Html Css Color HEX #78173F Pompadour

📋 copy color: '#78173F'

red 120 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #78173F

Tints of Pompadour #78173F

RGB

 RED value IS 120 (47.27% from 255) = 58.25%

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

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

R = 58.25%
G = 11.17%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78173F (or 0x78173F) is known color: Pompadour. HEX triplet: 78, 17 and 3F. RGB value is (120,23,63). Sum of RGB (Red+Green+Blue) = 120+23+63=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78173F is #87E8C0. Grayscale: #383838. Windows color (decimal): -8906945 or 4134776. OLE color: 4134776.

HSL color Cylindrical-coordinate representation of color #78173F: hue angle of 335.26º 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 #78173F is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 63 -
CMYK 0 0.81 0.48 0.53
HSL 335.26º 0.68% 0.28% -
HSV(B) 335.26º 0.81% 0.47% -
XYZ 8.95 4.96 5.19 -
YUV 56.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 120 23 63 0 0.81 0.48 0.53 335.26 0.68 0.28
Hex 78 17 3F 0 51 30 35 14F 44 1C
Octal 170 27 77 0 121 60 65 517 104 34
Binary 1111000 10111 111111 0 1010001 110000 110101 101001111 1000100 11100

Color Harmonies of #78173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78173F

Black with #78173F

Text Example


Text Example

White with #78173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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