Html Css Color HEX #77103F Pompadour

📋 copy color: '#77103F'

red 119 ◦ green 16 ◦ blue 63

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

Shades of Pompadour #77103F

Tints of Pompadour #77103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 60.1%
G = 8.08%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77103F (or 0x77103F) is known color: Pompadour. HEX triplet: 77, 10 and 3F. RGB value is (119,16,63). Sum of RGB (Red+Green+Blue) = 119+16+63=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77103F is #88EFC0. Grayscale: #343434. Windows color (decimal): -8974273 or 4132983. OLE color: 4132983.

HSL color Cylindrical-coordinate representation of color #77103F: hue angle of 332.62º 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 #77103F is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 63 -
CMYK 0 0.87 0.47 0.53
HSL 332.62º 0.76% 0.26% -
HSV(B) 332.62º 0.87% 0.47% -
XYZ 8.69 4.65 5.14 -
YUV 52.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 119 16 63 0 0.87 0.47 0.53 332.62 0.76 0.26
Hex 77 10 3F 0 57 2F 35 14D 4C 1A
Octal 167 20 77 0 127 57 65 515 114 32
Binary 1110111 10000 111111 0 1010111 101111 110101 101001101 1001100 11010

Color Harmonies of #77103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77103F

Black with #77103F

Text Example


Text Example

White with #77103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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