Html Css Color HEX #76173F Pompadour

📋 copy color: '#76173F'

red 118 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #76173F

Tints of Pompadour #76173F

RGB

 RED value IS 118 (46.48% from 255) = 57.84%

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

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

R = 57.84%
G = 11.27%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76173F (or 0x76173F) is known color: Pompadour. HEX triplet: 76, 17 and 3F. RGB value is (118,23,63). Sum of RGB (Red+Green+Blue) = 118+23+63=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76173F is #89E8C0. Grayscale: #373737. Windows color (decimal): -9038017 or 4134774. OLE color: 4134774.

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

Color convert

RGB 118 23 63 -
CMYK 0 0.81 0.47 0.54
HSL 334.74º 0.67% 0.28% -
HSV(B) 334.74º 0.81% 0.46% -
XYZ 8.67 4.82 5.18 -
YUV 55.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 118 23 63 0 0.81 0.47 0.54 334.74 0.67 0.28
Hex 76 17 3F 0 51 2F 36 14F 43 1C
Octal 166 27 77 0 121 57 66 517 103 34
Binary 1110110 10111 111111 0 1010001 101111 110110 101001111 1000011 11100

Color Harmonies of #76173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76173F

Black with #76173F

Text Example


Text Example

White with #76173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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