Html Css Color HEX #77163F Pompadour

📋 copy color: '#77163F'

red 119 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #77163F

Tints of Pompadour #77163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

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

R = 58.33%
G = 10.78%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77163F (or 0x77163F) is known color: Pompadour. HEX triplet: 77, 16 and 3F. RGB value is (119,22,63). Sum of RGB (Red+Green+Blue) = 119+22+63=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77163F is #88E9C0. Grayscale: #373737. Windows color (decimal): -8972737 or 4134519. OLE color: 4134519.

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

Color convert

RGB 119 22 63 -
CMYK 0 0.82 0.47 0.53
HSL 334.64º 0.69% 0.28% -
HSV(B) 334.64º 0.82% 0.47% -
XYZ 8.79 4.85 5.18 -
YUV 55.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 119 22 63 0 0.82 0.47 0.53 334.64 0.69 0.28
Hex 77 16 3F 0 52 2F 35 14F 45 1C
Octal 167 26 77 0 122 57 65 517 105 34
Binary 1110111 10110 111111 0 1010010 101111 110101 101001111 1000101 11100

Color Harmonies of #77163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77163F

Black with #77163F

Text Example


Text Example

White with #77163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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