Html Css Color HEX #77184B Pompadour

📋 copy color: '#77184B'

red 119 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #77184B

Tints of Pompadour #77184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 54.59%
G = 11.01%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77184B (or 0x77184B) is known color: Pompadour. HEX triplet: 77, 18 and 4B. RGB value is (119,24,75). Sum of RGB (Red+Green+Blue) = 119+24+75=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77184B is #88E7B4. Grayscale: #3A3A3A. Windows color (decimal): -8972213 or 4921463. OLE color: 4921463.

HSL color Cylindrical-coordinate representation of color #77184B: hue angle of 327.79º 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 #77184B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 75 -
CMYK 0 0.80 0.37 0.53
HSL 327.79º 0.66% 0.28% -
HSV(B) 327.79º 0.8% 0.47% -
XYZ 9.2 5.08 7.15 -
YUV 58.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 119 24 75 0 0.80 0.37 0.53 327.79 0.66 0.28
Hex 77 18 4B 0 50 25 35 148 42 1C
Octal 167 30 113 0 120 45 65 510 102 34
Binary 1110111 11000 1001011 0 1010000 100101 110101 101001000 1000010 11100

Color Harmonies of #77184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77184B

Black with #77184B

Text Example


Text Example

White with #77184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77184B; }

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

 H1.HeaderClassName
 {
   color: #77184B;
 }
 .AnyTagClassName
 {
   color: #77184B;
 }
</style>

background-color css

<style>
 a { background-color: #77184B; }

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

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

border-color css

<style>
 span { border-color: #77184B; }

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

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