Html Css Color HEX #77153C Pompadour

📋 copy color: '#77153C'

red 119 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #77153C

Tints of Pompadour #77153C

RGB

 RED value IS 119 (46.88% from 255) = 59.5%

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 59.5%
G = 10.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77153C (or 0x77153C) is known color: Pompadour. HEX triplet: 77, 15 and 3C. RGB value is (119,21,60). Sum of RGB (Red+Green+Blue) = 119+21+60=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77153C is #88EAC3. Grayscale: #363636. Windows color (decimal): -8972996 or 3937655. OLE color: 3937655.

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

Color convert

RGB 119 21 60 -
CMYK 0 0.82 0.50 0.53
HSL 336.12º 0.7% 0.27% -
HSV(B) 336.12º 0.82% 0.47% -
XYZ 8.69 4.78 4.74 -
YUV 54.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 119 21 60 0 0.82 0.50 0.53 336.12 0.7 0.27
Hex 77 15 3C 0 52 32 35 150 46 1B
Octal 167 25 74 0 122 62 65 520 106 33
Binary 1110111 10101 111100 0 1010010 110010 110101 101010000 1000110 11011

Color Harmonies of #77153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77153C

Black with #77153C

Text Example


Text Example

White with #77153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77153C; }

 p { color: rgb(119,21,60); }

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

background-color css

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

 a { background-color: rgb(119,21,60); }

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

border-color css

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

 span { border-color: rgb(119,21,60); }

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