Html Css Color HEX #781E4C Pompadour

📋 copy color: '#781E4C'

red 120 ◦ green 30 ◦ blue 76

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

Shades of Pompadour #781E4C

Tints of Pompadour #781E4C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 53.1%
G = 13.27%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#781E4C (or 0x781E4C) is known color: Pompadour. HEX triplet: 78, 1E and 4C. RGB value is (120,30,76). Sum of RGB (Red+Green+Blue) = 120+30+76=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #781E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E4C is #87E1B3. Grayscale: #3E3E3E. Windows color (decimal): -8905140 or 4988536. OLE color: 4988536.

HSL color Cylindrical-coordinate representation of color #781E4C: hue angle of 329.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E4C is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 76 -
CMYK 0 0.75 0.37 0.53
HSL 329.33º 0.6% 0.29% -
HSV(B) 329.33º 0.75% 0.47% -
XYZ 9.51 5.44 7.39 -
YUV 62.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 120 30 76 0 0.75 0.37 0.53 329.33 0.6 0.29
Hex 78 1E 4C 0 4B 25 35 149 3C 1D
Octal 170 36 114 0 113 45 65 511 74 35
Binary 1111000 11110 1001100 0 1001011 100101 110101 101001001 111100 11101

Color Harmonies of #781E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E4C

Black with #781E4C

Text Example


Text Example

White with #781E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E4C; }

 p { color: rgb(120,30,76); }

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

background-color css

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

 a { background-color: rgb(120,30,76); }

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

border-color css

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

 span { border-color: rgb(120,30,76); }

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