Html Css Color HEX #781058 Pompadour

📋 copy color: '#781058'

red 120 ◦ green 16 ◦ blue 88

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

Shades of Pompadour #781058

Tints of Pompadour #781058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 53.57%
G = 7.14%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#781058 (or 0x781058) is known color: Pompadour. HEX triplet: 78, 10 and 58. RGB value is (120,16,88). Sum of RGB (Red+Green+Blue) = 120+16+88=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781058 is #87EFA7. Grayscale: #373737. Windows color (decimal): -8908712 or 5771384. OLE color: 5771384.

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

Color convert

RGB 120 16 88 -
CMYK 0 0.87 0.27 0.53
HSL 318.46º 0.76% 0.27% -
HSV(B) 318.46º 0.87% 0.47% -
XYZ 9.69 5.07 9.7 -
YUV 55.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 120 16 88 0 0.87 0.27 0.53 318.46 0.76 0.27
Hex 78 10 58 0 57 1B 35 13E 4C 1B
Octal 170 20 130 0 127 33 65 476 114 33
Binary 1111000 10000 1011000 0 1010111 11011 110101 100111110 1001100 11011

Color Harmonies of #781058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781058

Black with #781058

Text Example


Text Example

White with #781058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781058; }

 p { color: rgb(120,16,88); }

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

background-color css

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

 a { background-color: rgb(120,16,88); }

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

border-color css

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

 span { border-color: rgb(120,16,88); }

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