Html Css Color HEX #77203F Pompadour

📋 copy color: '#77203F'

red 119 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #77203F

Tints of Pompadour #77203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 55.61%
G = 14.95%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77203F (or 0x77203F) is known color: Pompadour. HEX triplet: 77, 20 and 3F. RGB value is (119,32,63). Sum of RGB (Red+Green+Blue) = 119+32+63=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77203F is #88DFC0. Grayscale: #3D3D3D. Windows color (decimal): -8970177 or 4137079. OLE color: 4137079.

HSL color Cylindrical-coordinate representation of color #77203F: hue angle of 338.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77203F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 63 -
CMYK 0 0.73 0.47 0.53
HSL 338.62º 0.58% 0.3% -
HSV(B) 338.62º 0.73% 0.47% -
XYZ 9.02 5.31 5.25 -
YUV 61.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 119 32 63 0 0.73 0.47 0.53 338.62 0.58 0.3
Hex 77 20 3F 0 49 2F 35 153 3A 1E
Octal 167 40 77 0 111 57 65 523 72 36
Binary 1110111 100000 111111 0 1001001 101111 110101 101010011 111010 11110

Color Harmonies of #77203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77203F

Black with #77203F

Text Example


Text Example

White with #77203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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