Html Css Color HEX #761042 Pompadour

📋 copy color: '#761042'

red 118 ◦ green 16 ◦ blue 66

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

Shades of Pompadour #761042

Tints of Pompadour #761042

RGB

 RED value IS 118 (46.48% from 255) = 59%

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 59%
G = 8%
B = 33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761042 (or 0x761042) is known color: Pompadour. HEX triplet: 76, 10 and 42. RGB value is (118,16,66). Sum of RGB (Red+Green+Blue) = 118+16+66=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #761042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761042 is #89EFBD. Grayscale: #343434. Windows color (decimal): -9039806 or 4329590. OLE color: 4329590.

HSL color Cylindrical-coordinate representation of color #761042: hue angle of 330.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761042 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 66 -
CMYK 0 0.86 0.44 0.54
HSL 330.59º 0.76% 0.26% -
HSV(B) 330.59º 0.86% 0.46% -
XYZ 8.64 4.62 5.59 -
YUV 52.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 118 16 66 0 0.86 0.44 0.54 330.59 0.76 0.26
Hex 76 10 42 0 56 2C 36 14B 4C 1A
Octal 166 20 102 0 126 54 66 513 114 32
Binary 1110110 10000 1000010 0 1010110 101100 110110 101001011 1001100 11010

Color Harmonies of #761042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761042

Black with #761042

Text Example


Text Example

White with #761042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761042; }

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

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

background-color css

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

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

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

border-color css

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

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

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