Html Css Color HEX #781855 Pompadour

📋 copy color: '#781855'

red 120 ◦ green 24 ◦ blue 85

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

Shades of Pompadour #781855

Tints of Pompadour #781855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 52.4%
G = 10.48%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#781855 (or 0x781855) is known color: Pompadour. HEX triplet: 78, 18 and 55. RGB value is (120,24,85). Sum of RGB (Red+Green+Blue) = 120+24+85=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781855 is #87E7AA. Grayscale: #3B3B3B. Windows color (decimal): -8906667 or 5576824. OLE color: 5576824.

HSL color Cylindrical-coordinate representation of color #781855: hue angle of 321.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781855 is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 85 -
CMYK 0 0.8 0.29 0.53
HSL 321.88º 0.67% 0.28% -
HSV(B) 321.88º 0.8% 0.47% -
XYZ 9.71 5.3 9.11 -
YUV 59.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 120 24 85 0 0.8 0.29 0.53 321.88 0.67 0.28
Hex 78 18 55 0 50 1D 35 142 43 1C
Octal 170 30 125 0 120 35 65 502 103 34
Binary 1111000 11000 1010101 0 1010000 11101 110101 101000010 1000011 11100

Color Harmonies of #781855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781855

Black with #781855

Text Example


Text Example

White with #781855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781855; }

 p { color: rgb(120,24,85); }

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

background-color css

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

 a { background-color: rgb(120,24,85); }

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

border-color css

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

 span { border-color: rgb(120,24,85); }

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