Color Hex Logo

#ff767a Color Hex

#FF767A
(255,118,122)
0 Favorites   0 Comments

Color spaces of #ff767a

RGB 255118122
HSL1.001.000.73
HSV358°54°100°
CMYK 0.000.540.52   0.00
XYZ51.231335.622022.5879
Yxy35.62200.46810.3255
Hunter Lab59.684248.772319.3402
CIE-Lab66.230152.473723.3805

#ff767a color RGB value is (255,118,122).

#ff767a hex color red value is 255, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ff767a hue: 1.00 , saturation: 1.00 and the lightness value of ff767a is 0.73.

The process color (four color CMYK) of #ff767a color hex is 0.00, 0.54, 0.52, 0.00. Web safe color of #ff767a is #ff6666. Color #ff767a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110110 01111010
Octal 377 166 172
Decimal 255 118 122
Hex FF 76 7A

RGB Percentages of Color #ff767a

%51.52
%23.84
%24.65

CMYK Percentages of Color #ff767a

%0
%54
%52
%0

Triadic Colors of #ff767a

#ff767a #7aff76 #767aff

Analogous Colors of #ff767a

#ff767a #ffb776 #ff76bf

Monochromatic Colors of #ff767a

#ff767a

Complementary Color

#ff767a #76fffb

#ff767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff767a Color CSS Codes

.mybgcolor {background-color:#ff767a; } 
.myforecolor {color:#ff767a; }
.mybordercolor {border:3px solid #ff767a; }

#ff767a Text Font Color

<p style="color:#ff767a">Text here</p>

This sample text font color is #ff767a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff767a Background Color

<div style="background-color:#ff767a">
Div content here</div>

This div background color is #ff767a


#ff767a Border Color

<div style="border:3px solid #ff767a">
Div here</div>

This div border color is #ff767a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,118,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff767a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff767a;
  -webkit-box-shadow: 1px 1px 3px 2px #ff767a;
  box-shadow:         1px 1px 3px 2px #ff767a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,118,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff767a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff767a;
  -webkit-box-shadow: 1px 1px 3px 2px #ff767a;
  box-shadow:         1px 1px 3px 2px #ff767a;">
Div content here</div>

This div box has shadow with color #ff767a


Comments

No comments written yet.

Please login to write comment.