Html Css Color HEX #761742 Pompadour

📋 copy color: '#761742'

red 118 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #761742

Tints of Pompadour #761742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 57%
G = 11.11%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761742 (or 0x761742) is known color: Pompadour. HEX triplet: 76, 17 and 42. RGB value is (118,23,66). Sum of RGB (Red+Green+Blue) = 118+23+66=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761742 is #89E8BD. Grayscale: #383838. Windows color (decimal): -9038014 or 4331382. OLE color: 4331382.

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

Color convert

RGB 118 23 66 -
CMYK 0 0.81 0.44 0.54
HSL 332.84º 0.67% 0.28% -
HSV(B) 332.84º 0.81% 0.46% -
XYZ 8.76 4.86 5.63 -
YUV 56.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 118 23 66 0 0.81 0.44 0.54 332.84 0.67 0.28
Hex 76 17 42 0 51 2C 36 14D 43 1C
Octal 166 27 102 0 121 54 66 515 103 34
Binary 1110110 10111 1000010 0 1010001 101100 110110 101001101 1000011 11100

Color Harmonies of #761742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761742

Black with #761742

Text Example


Text Example

White with #761742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761742; }

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

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

background-color css

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

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

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

border-color css

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

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

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