Html Css Color HEX #77123F Pompadour

📋 copy color: '#77123F'

red 119 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #77123F

Tints of Pompadour #77123F

RGB

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

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

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

R = 59.5%
G = 9%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77123F (or 0x77123F) is known color: Pompadour. HEX triplet: 77, 12 and 3F. RGB value is (119,18,63). Sum of RGB (Red+Green+Blue) = 119+18+63=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77123F is #88EDC0. Grayscale: #353535. Windows color (decimal): -8973761 or 4133495. OLE color: 4133495.

HSL color Cylindrical-coordinate representation of color #77123F: hue angle of 333.27º 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 #77123F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 63 -
CMYK 0 0.85 0.47 0.53
HSL 333.27º 0.74% 0.27% -
HSV(B) 333.27º 0.85% 0.47% -
XYZ 8.72 4.71 5.15 -
YUV 53.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 119 18 63 0 0.85 0.47 0.53 333.27 0.74 0.27
Hex 77 12 3F 0 55 2F 35 14D 4A 1B
Octal 167 22 77 0 125 57 65 515 112 33
Binary 1110111 10010 111111 0 1010101 101111 110101 101001101 1001010 11011

Color Harmonies of #77123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77123F

Black with #77123F

Text Example


Text Example

White with #77123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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