Html Css Color HEX #761842 Pompadour

📋 copy color: '#761842'

red 118 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #761842

Tints of Pompadour #761842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 56.73%
G = 11.54%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761842 (or 0x761842) is known color: Pompadour. HEX triplet: 76, 18 and 42. RGB value is (118,24,66). Sum of RGB (Red+Green+Blue) = 118+24+66=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761842 is #89E7BD. Grayscale: #383838. Windows color (decimal): -9037758 or 4331638. OLE color: 4331638.

HSL color Cylindrical-coordinate representation of color #761842: hue angle of 333.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761842 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 66 -
CMYK 0 0.80 0.44 0.54
HSL 333.19º 0.66% 0.28% -
HSV(B) 333.19º 0.8% 0.46% -
XYZ 8.78 4.9 5.64 -
YUV 56.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 118 24 66 0 0.80 0.44 0.54 333.19 0.66 0.28
Hex 76 18 42 0 50 2C 36 14D 42 1C
Octal 166 30 102 0 120 54 66 515 102 34
Binary 1110110 11000 1000010 0 1010000 101100 110110 101001101 1000010 11100

Color Harmonies of #761842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761842

Black with #761842

Text Example


Text Example

White with #761842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761842; }

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

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

background-color css

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

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

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

border-color css

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

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

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