Html Css Color HEX #761245 Pompadour

📋 copy color: '#761245'

red 118 ◦ green 18 ◦ blue 69

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

Shades of Pompadour #761245

Tints of Pompadour #761245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 57.56%
G = 8.78%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761245 (or 0x761245) is known color: Pompadour. HEX triplet: 76, 12 and 45. RGB value is (118,18,69). Sum of RGB (Red+Green+Blue) = 118+18+69=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #761245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761245 is #89EDBA. Grayscale: #353535. Windows color (decimal): -9039291 or 4526710. OLE color: 4526710.

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

Color convert

RGB 118 18 69 -
CMYK 0 0.85 0.42 0.54
HSL 329.4º 0.74% 0.27% -
HSV(B) 329.4º 0.85% 0.46% -
XYZ 8.76 4.71 6.08 -
YUV 53.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 118 18 69 0 0.85 0.42 0.54 329.4 0.74 0.27
Hex 76 12 45 0 55 2A 36 149 4A 1B
Octal 166 22 105 0 125 52 66 511 112 33
Binary 1110110 10010 1000101 0 1010101 101010 110110 101001001 1001010 11011

Color Harmonies of #761245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761245

Black with #761245

Text Example


Text Example

White with #761245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761245; }

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

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

background-color css

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

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

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

border-color css

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

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

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