#761D42

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

Shades of Pompadour #761D42

Tints of Pompadour #761D42

Color information

#761D42 (or 0x761D42) is unknown color: approx Pompadour. HEX triplet: 76, 1D and 42. RGB value is (118,29,66). Sum of RGB (Red+Green+Blue) = 118+29+66=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D42 is #89E2BD. Grayscale: #3B3B3B. Windows color (decimal): -9036478 or 4332918. OLE color: 4332918.

HSL color Cylindrical-coordinate representation of color #761D42: hue angle of 335.06º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D42 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1182966-
CMYK00.750.440.54
HSL335.06º60.54%28.82%-
HSV(B)335.06º75.42%46.27%-
XYZ8.895.125.67-
YUV59.83131.49169.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=55.40%
G=13.62%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118296600.750.440.54335.0660.5428.82
Hex761D4204B2C3614f3d1d
Octal16635102011354665177535
Binary11101101110110000100100101110110011011010100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761D42; }

 p { color: rgb(118,29,66); }

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

<style>
 a { background-color: #761D42; }

 a { background-color: rgb(118,29,66); }

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

<style>
 span { border-color: #761D42; }

 span { border-color: rgb(118,29,66); }

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