Html Css Color HEX #77123B Pompadour

📋 copy color: '#77123B'

red 119 ◦ green 18 ◦ blue 59

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

Shades of Pompadour #77123B

Tints of Pompadour #77123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 60.71%
G = 9.18%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77123B (or 0x77123B) is known color: Pompadour. HEX triplet: 77, 12 and 3B. RGB value is (119,18,59). Sum of RGB (Red+Green+Blue) = 119+18+59=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77123B is #88EDC4. Grayscale: #343434. Windows color (decimal): -8973765 or 3871351. OLE color: 3871351.

HSL color Cylindrical-coordinate representation of color #77123B: hue angle of 335.64º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77123B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 59 -
CMYK 0 0.85 0.50 0.53
HSL 335.64º 0.74% 0.27% -
HSV(B) 335.64º 0.85% 0.47% -
XYZ 8.61 4.67 4.59 -
YUV 52.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 119 18 59 0 0.85 0.50 0.53 335.64 0.74 0.27
Hex 77 12 3B 0 55 32 35 150 4A 1B
Octal 167 22 73 0 125 62 65 520 112 33
Binary 1110111 10010 111011 0 1010101 110010 110101 101010000 1001010 11011

Color Harmonies of #77123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77123B

Black with #77123B

Text Example


Text Example

White with #77123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,18,59); }

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

background-color css

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

 a { background-color: rgb(119,18,59); }

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

border-color css

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

 span { border-color: rgb(119,18,59); }

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