Html Css Color HEX #78124B Pompadour

📋 copy color: '#78124B'

red 120 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #78124B

Tints of Pompadour #78124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 56.34%
G = 8.45%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78124B (or 0x78124B) is known color: Pompadour. HEX triplet: 78, 12 and 4B. RGB value is (120,18,75). Sum of RGB (Red+Green+Blue) = 120+18+75=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78124B is #87EDB4. Grayscale: #363636. Windows color (decimal): -8908213 or 4919928. OLE color: 4919928.

HSL color Cylindrical-coordinate representation of color #78124B: hue angle of 326.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78124B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 75 -
CMYK 0 0.85 0.37 0.53
HSL 326.47º 0.74% 0.27% -
HSV(B) 326.47º 0.85% 0.47% -
XYZ 9.23 4.93 7.12 -
YUV 55 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 120 18 75 0 0.85 0.37 0.53 326.47 0.74 0.27
Hex 78 12 4B 0 55 25 35 146 4A 1B
Octal 170 22 113 0 125 45 65 506 112 33
Binary 1111000 10010 1001011 0 1010101 100101 110101 101000110 1001010 11011

Color Harmonies of #78124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78124B

Black with #78124B

Text Example


Text Example

White with #78124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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