Html Css Color HEX #761545 Pompadour

📋 copy color: '#761545'

red 118 ◦ green 21 ◦ blue 69

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

Shades of Pompadour #761545

Tints of Pompadour #761545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 56.73%
G = 10.1%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761545 (or 0x761545) is known color: Pompadour. HEX triplet: 76, 15 and 45. RGB value is (118,21,69). Sum of RGB (Red+Green+Blue) = 118+21+69=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761545 is #89EABA. Grayscale: #373737. Windows color (decimal): -9038523 or 4527478. OLE color: 4527478.

HSL color Cylindrical-coordinate representation of color #761545: hue angle of 330.31º 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 #761545 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 69 -
CMYK 0 0.82 0.42 0.54
HSL 330.31º 0.7% 0.27% -
HSV(B) 330.31º 0.82% 0.46% -
XYZ 8.81 4.82 6.1 -
YUV 55.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 118 21 69 0 0.82 0.42 0.54 330.31 0.7 0.27
Hex 76 15 45 0 52 2A 36 14A 46 1B
Octal 166 25 105 0 122 52 66 512 106 33
Binary 1110110 10101 1000101 0 1010010 101010 110110 101001010 1000110 11011

Color Harmonies of #761545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761545

Black with #761545

Text Example


Text Example

White with #761545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761545; }

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

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

background-color css

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

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

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

border-color css

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

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

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