Html Css Color HEX #77173F Pompadour

📋 copy color: '#77173F'

red 119 ◦ green 23 ◦ blue 63

#77173F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #77173F

Tints of Pompadour #77173F

RGB

 RED value IS 119 (46.88% from 255) = 58.05%

 GREEN value IS 23 (9.38% from 255) = 11.22%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 58.05%
G = 11.22%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77173F (or 0x77173F) is known color: Pompadour. HEX triplet: 77, 17 and 3F. RGB value is (119,23,63). Sum of RGB (Red+Green+Blue) = 119+23+63=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77173F is #88E8C0. Grayscale: #383838. Windows color (decimal): -8972481 or 4134775. OLE color: 4134775.

HSL color Cylindrical-coordinate representation of color #77173F: hue angle of 335º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77173F is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 63 -
CMYK 0 0.81 0.47 0.53
HSL 335º 0.68% 0.28% -
HSV(B) 335º 0.81% 0.47% -
XYZ 8.81 4.89 5.18 -
YUV 56.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 119 23 63 0 0.81 0.47 0.53 335 0.68 0.28
Hex 77 17 3F 0 51 2F 35 14F 44 1C
Octal 167 27 77 0 121 57 65 517 104 34
Binary 1110111 10111 111111 0 1010001 101111 110101 101001111 1000100 11100

Color Harmonies of #77173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77173F

Black with #77173F

Text Example


Text Example

White with #77173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77173F; }

 p { color: rgb(119,23,63); }

 H1.HeaderClassName
 {
   color: #77173F;
 }
 .AnyTagClassName
 {
   color: #77173F;
 }
</style>

background-color css

<style>
 a { background-color: #77173F; }

 a { background-color: rgb(119,23,63); }

 div.DivClassName
 {
   background-color: #77173F;
 }
 .BgClassName
 {
   background-color: #77173F;
 }
</style>

border-color css

<style>
 span { border-color: #77173F; }

 span { border-color: rgb(119,23,63); }

 td.TdClassName
 {
   border-color: #77173F;
 }
 .TagClassName
 {
   border-color: #77173F;
 }
</style>