Html Css Color HEX #781758 Pompadour

📋 copy color: '#781758'

red 120 ◦ green 23 ◦ blue 88

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

Shades of Pompadour #781758

Tints of Pompadour #781758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

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

R = 51.95%
G = 9.96%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#781758 (or 0x781758) is known color: Pompadour. HEX triplet: 78, 17 and 58. RGB value is (120,23,88). Sum of RGB (Red+Green+Blue) = 120+23+88=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #781758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781758 is #87E8A7. Grayscale: #3B3B3B. Windows color (decimal): -8906920 or 5773176. OLE color: 5773176.

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

Color convert

RGB 120 23 88 -
CMYK 0 0.81 0.27 0.53
HSL 319.79º 0.68% 0.28% -
HSV(B) 319.79º 0.81% 0.47% -
XYZ 9.81 5.31 9.74 -
YUV 59.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 120 23 88 0 0.81 0.27 0.53 319.79 0.68 0.28
Hex 78 17 58 0 51 1B 35 140 44 1C
Octal 170 27 130 0 121 33 65 500 104 34
Binary 1111000 10111 1011000 0 1010001 11011 110101 101000000 1000100 11100

Color Harmonies of #781758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781758

Black with #781758

Text Example


Text Example

White with #781758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781758; }

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

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

background-color css

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

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

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

border-color css

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

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

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