Html Css Color HEX #77113D Pompadour

📋 copy color: '#77113D'

red 119 ◦ green 17 ◦ blue 61

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

Shades of Pompadour #77113D

Tints of Pompadour #77113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 60.41%
G = 8.63%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77113D (or 0x77113D) is known color: Pompadour. HEX triplet: 77, 11 and 3D. RGB value is (119,17,61). Sum of RGB (Red+Green+Blue) = 119+17+61=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77113D is #88EEC2. Grayscale: #343434. Windows color (decimal): -8974019 or 4002167. OLE color: 4002167.

HSL color Cylindrical-coordinate representation of color #77113D: hue angle of 334.12º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77113D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 61 -
CMYK 0 0.86 0.49 0.53
HSL 334.12º 0.75% 0.27% -
HSV(B) 334.12º 0.86% 0.47% -
XYZ 8.65 4.66 4.86 -
YUV 52.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 119 17 61 0 0.86 0.49 0.53 334.12 0.75 0.27
Hex 77 11 3D 0 56 31 35 14E 4B 1B
Octal 167 21 75 0 126 61 65 516 113 33
Binary 1110111 10001 111101 0 1010110 110001 110101 101001110 1001011 11011

Color Harmonies of #77113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77113D

Black with #77113D

Text Example


Text Example

White with #77113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77113D; }

 p { color: rgb(119,17,61); }

 H1.HeaderClassName
 {
   color: #77113D;
 }
 .AnyTagClassName
 {
   color: #77113D;
 }
</style>

background-color css

<style>
 a { background-color: #77113D; }

 a { background-color: rgb(119,17,61); }

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

border-color css

<style>
 span { border-color: #77113D; }

 span { border-color: rgb(119,17,61); }

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