Html Css Color HEX #78164B Pompadour

📋 copy color: '#78164B'

red 120 ◦ green 22 ◦ blue 75

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

Shades of Pompadour #78164B

Tints of Pompadour #78164B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

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

R = 55.3%
G = 10.14%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78164B (or 0x78164B) is known color: Pompadour. HEX triplet: 78, 16 and 4B. RGB value is (120,22,75). Sum of RGB (Red+Green+Blue) = 120+22+75=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78164B is #87E9B4. Grayscale: #393939. Windows color (decimal): -8907189 or 4920952. OLE color: 4920952.

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

Color convert

RGB 120 22 75 -
CMYK 0 0.82 0.37 0.53
HSL 327.55º 0.69% 0.28% -
HSV(B) 327.55º 0.82% 0.47% -
XYZ 9.3 5.07 7.15 -
YUV 57.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 120 22 75 0 0.82 0.37 0.53 327.55 0.69 0.28
Hex 78 16 4B 0 52 25 35 148 45 1C
Octal 170 26 113 0 122 45 65 510 105 34
Binary 1111000 10110 1001011 0 1010010 100101 110101 101001000 1000101 11100

Color Harmonies of #78164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78164B

Black with #78164B

Text Example


Text Example

White with #78164B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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