Html Css Color HEX #78174B Pompadour

📋 copy color: '#78174B'

red 120 ◦ green 23 ◦ blue 75

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

Shades of Pompadour #78174B

Tints of Pompadour #78174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 55.05%
G = 10.55%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78174B (or 0x78174B) is known color: Pompadour. HEX triplet: 78, 17 and 4B. RGB value is (120,23,75). Sum of RGB (Red+Green+Blue) = 120+23+75=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78174B is #87E8B4. Grayscale: #393939. Windows color (decimal): -8906933 or 4921208. OLE color: 4921208.

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

Color convert

RGB 120 23 75 -
CMYK 0 0.81 0.37 0.53
HSL 327.84º 0.68% 0.28% -
HSV(B) 327.84º 0.81% 0.47% -
XYZ 9.32 5.11 7.15 -
YUV 57.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 120 23 75 0 0.81 0.37 0.53 327.84 0.68 0.28
Hex 78 17 4B 0 51 25 35 148 44 1C
Octal 170 27 113 0 121 45 65 510 104 34
Binary 1111000 10111 1001011 0 1010001 100101 110101 101001000 1000100 11100

Color Harmonies of #78174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78174B

Black with #78174B

Text Example


Text Example

White with #78174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78174B; }

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

 H1.HeaderClassName
 {
   color: #78174B;
 }
 .AnyTagClassName
 {
   color: #78174B;
 }
</style>

background-color css

<style>
 a { background-color: #78174B; }

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

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

border-color css

<style>
 span { border-color: #78174B; }

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

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