Html Css Color HEX #77103C Pompadour

📋 copy color: '#77103C'

red 119 ◦ green 16 ◦ blue 60

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

Shades of Pompadour #77103C

Tints of Pompadour #77103C

RGB

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

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

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

R = 61.03%
G = 8.21%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77103C (or 0x77103C) is known color: Pompadour. HEX triplet: 77, 10 and 3C. RGB value is (119,16,60). Sum of RGB (Red+Green+Blue) = 119+16+60=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #77103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77103C is #88EFC3. Grayscale: #333333. Windows color (decimal): -8974276 or 3936375. OLE color: 3936375.

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

Color convert

RGB 119 16 60 -
CMYK 0 0.87 0.50 0.53
HSL 334.37º 0.76% 0.26% -
HSV(B) 334.37º 0.87% 0.47% -
XYZ 8.61 4.62 4.71 -
YUV 51.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 119 16 60 0 0.87 0.50 0.53 334.37 0.76 0.26
Hex 77 10 3C 0 57 32 35 14E 4C 1A
Octal 167 20 74 0 127 62 65 516 114 32
Binary 1110111 10000 111100 0 1010111 110010 110101 101001110 1001100 11010

Color Harmonies of #77103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77103C

Black with #77103C

Text Example


Text Example

White with #77103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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