Html Css Color HEX #781257 Pompadour

📋 copy color: '#781257'

red 120 ◦ green 18 ◦ blue 87

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

Shades of Pompadour #781257

Tints of Pompadour #781257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 53.33%
G = 8%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#781257 (or 0x781257) is known color: Pompadour. HEX triplet: 78, 12 and 57. RGB value is (120,18,87). Sum of RGB (Red+Green+Blue) = 120+18+87=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781257 is #87EDA8. Grayscale: #383838. Windows color (decimal): -8908201 or 5706360. OLE color: 5706360.

HSL color Cylindrical-coordinate representation of color #781257: hue angle of 319.41º 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 #781257 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 87 -
CMYK 0 0.85 0.28 0.53
HSL 319.41º 0.74% 0.27% -
HSV(B) 319.41º 0.85% 0.47% -
XYZ 9.68 5.11 9.49 -
YUV 56.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 120 18 87 0 0.85 0.28 0.53 319.41 0.74 0.27
Hex 78 12 57 0 55 1C 35 13F 4A 1B
Octal 170 22 127 0 125 34 65 477 112 33
Binary 1111000 10010 1010111 0 1010101 11100 110101 100111111 1001010 11011

Color Harmonies of #781257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781257

Black with #781257

Text Example


Text Example

White with #781257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781257; }

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

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

background-color css

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

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

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

border-color css

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

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

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