Html Css Color HEX #77183E Pompadour

📋 copy color: '#77183E'

red 119 ◦ green 24 ◦ blue 62

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

Shades of Pompadour #77183E

Tints of Pompadour #77183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 58.05%
G = 11.71%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77183E (or 0x77183E) is known color: Pompadour. HEX triplet: 77, 18 and 3E. RGB value is (119,24,62). Sum of RGB (Red+Green+Blue) = 119+24+62=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77183E is #88E7C1. Grayscale: #383838. Windows color (decimal): -8972226 or 4069495. OLE color: 4069495.

HSL color Cylindrical-coordinate representation of color #77183E: hue angle of 336º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77183E is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 62 -
CMYK 0 0.80 0.48 0.53
HSL 336º 0.66% 0.28% -
HSV(B) 336º 0.8% 0.47% -
XYZ 8.8 4.92 5.04 -
YUV 56.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 119 24 62 0 0.80 0.48 0.53 336 0.66 0.28
Hex 77 18 3E 0 50 30 35 150 42 1C
Octal 167 30 76 0 120 60 65 520 102 34
Binary 1110111 11000 111110 0 1010000 110000 110101 101010000 1000010 11100

Color Harmonies of #77183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77183E

Black with #77183E

Text Example


Text Example

White with #77183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77183E; }

 p { color: rgb(119,24,62); }

 H1.HeaderClassName
 {
   color: #77183E;
 }
 .AnyTagClassName
 {
   color: #77183E;
 }
</style>

background-color css

<style>
 a { background-color: #77183E; }

 a { background-color: rgb(119,24,62); }

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

border-color css

<style>
 span { border-color: #77183E; }

 span { border-color: rgb(119,24,62); }

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