Html Css Color HEX #761540 Pompadour

📋 copy color: '#761540'

red 118 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #761540

Tints of Pompadour #761540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 58.13%
G = 10.34%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761540 (or 0x761540) is known color: Pompadour. HEX triplet: 76, 15 and 40. RGB value is (118,21,64). Sum of RGB (Red+Green+Blue) = 118+21+64=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #761540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761540 is #89EABF. Grayscale: #363636. Windows color (decimal): -9038528 or 4199798. OLE color: 4199798.

HSL color Cylindrical-coordinate representation of color #761540: hue angle of 333.4º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761540 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 64 -
CMYK 0 0.82 0.46 0.54
HSL 333.4º 0.7% 0.27% -
HSV(B) 333.4º 0.82% 0.46% -
XYZ 8.66 4.76 5.31 -
YUV 54.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 118 21 64 0 0.82 0.46 0.54 333.4 0.7 0.27
Hex 76 15 40 0 52 2E 36 14D 46 1B
Octal 166 25 100 0 122 56 66 515 106 33
Binary 1110110 10101 1000000 0 1010010 101110 110110 101001101 1000110 11011

Color Harmonies of #761540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761540

Black with #761540

Text Example


Text Example

White with #761540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761540; }

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

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

background-color css

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

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

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

border-color css

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

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

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