#77153A

Color #77153A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #77153A

Tints of Pompadour #77153A

Color information

#77153A (or 0x77153A) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 3A. RGB value is (119,21,58). Sum of RGB (Red+Green+Blue) = 119+21+58=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77153A is #88EAC5. Grayscale: #363636. Windows color (decimal): -8972998 or 3806583. OLE color: 3806583.

HSL color Cylindrical-coordinate representation of color #77153A: hue angle of 337.35º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77153A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1192158-
CMYK00.820.510.53
HSL337.35º70%27.45%-
HSV(B)337.35º82.35%46.67%-
XYZ8.644.764.47-
YUV54.52129.97173.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=60.10%
G=10.61%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119215800.820.510.53337.357027.45
Hex77153A0523335151461b
Octal16725720122636552110633
Binary11101111010111101001010010110011110101101010001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77153A; }

 p { color: rgb(119,21,58); }

 H1.HeaderClassName
 {
   color: #77153A;
 }
 .AnyTagClassName
 {
   color: #77153A;
 }
</style>
background-color css

<style>
 a { background-color: #77153A; }

 a { background-color: rgb(119,21,58); }

 div.DivClassName
 {
   background-color: #77153A;
 }
 .BgClassName
 {
   background-color: #77153A;
 }
</style>
border-color css

<style>
 span { border-color: #77153A; }

 span { border-color: rgb(119,21,58); }

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