Html Css Color HEX #761E40 Pompadour

📋 copy color: '#761E40'

red 118 ◦ green 30 ◦ blue 64

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

Shades of Pompadour #761E40

Tints of Pompadour #761E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 55.66%
G = 14.15%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761E40 (or 0x761E40) is known color: Pompadour. HEX triplet: 76, 1E and 40. RGB value is (118,30,64). Sum of RGB (Red+Green+Blue) = 118+30+64=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E40 is #89E1BF. Grayscale: #3C3C3C. Windows color (decimal): -9036224 or 4202102. OLE color: 4202102.

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

Color convert

RGB 118 30 64 -
CMYK 0 0.75 0.46 0.54
HSL 336.82º 0.59% 0.29% -
HSV(B) 336.82º 0.75% 0.46% -
XYZ 8.86 5.15 5.38 -
YUV 60.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 118 30 64 0 0.75 0.46 0.54 336.82 0.59 0.29
Hex 76 1E 40 0 4B 2E 36 151 3B 1D
Octal 166 36 100 0 113 56 66 521 73 35
Binary 1110110 11110 1000000 0 1001011 101110 110110 101010001 111011 11101

Color Harmonies of #761E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E40

Black with #761E40

Text Example


Text Example

White with #761E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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