Html Css Color HEX #761E42 Pompadour

📋 copy color: '#761E42'

red 118 ◦ green 30 ◦ blue 66

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

Shades of Pompadour #761E42

Tints of Pompadour #761E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 55.14%
G = 14.02%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761E42 (or 0x761E42) is known color: Pompadour. HEX triplet: 76, 1E and 42. RGB value is (118,30,66). Sum of RGB (Red+Green+Blue) = 118+30+66=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #761E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E42 is #89E1BD. Grayscale: #3C3C3C. Windows color (decimal): -9036222 or 4333174. OLE color: 4333174.

HSL color Cylindrical-coordinate representation of color #761E42: hue angle of 335.45º degrees, saturation: 0.59, 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 #761E42 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 66 -
CMYK 0 0.75 0.44 0.54
HSL 335.45º 0.59% 0.29% -
HSV(B) 335.45º 0.75% 0.46% -
XYZ 8.92 5.17 5.68 -
YUV 60.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 118 30 66 0 0.75 0.44 0.54 335.45 0.59 0.29
Hex 76 1E 42 0 4B 2C 36 14F 3B 1D
Octal 166 36 102 0 113 54 66 517 73 35
Binary 1110110 11110 1000010 0 1001011 101100 110110 101001111 111011 11101

Color Harmonies of #761E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E42

Black with #761E42

Text Example


Text Example

White with #761E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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