Html Css Color HEX #761145 Pompadour

📋 copy color: '#761145'

red 118 ◦ green 17 ◦ blue 69

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

Shades of Pompadour #761145

Tints of Pompadour #761145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 57.84%
G = 8.33%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761145 (or 0x761145) is known color: Pompadour. HEX triplet: 76, 11 and 45. RGB value is (118,17,69). Sum of RGB (Red+Green+Blue) = 118+17+69=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761145 is #89EEBA. Grayscale: #353535. Windows color (decimal): -9039547 or 4526454. OLE color: 4526454.

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

Color convert

RGB 118 17 69 -
CMYK 0 0.86 0.42 0.54
HSL 329.11º 0.75% 0.26% -
HSV(B) 329.11º 0.86% 0.46% -
XYZ 8.75 4.68 6.07 -
YUV 53.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 118 17 69 0 0.86 0.42 0.54 329.11 0.75 0.26
Hex 76 11 45 0 56 2A 36 149 4B 1A
Octal 166 21 105 0 126 52 66 511 113 32
Binary 1110110 10001 1000101 0 1010110 101010 110110 101001001 1001011 11010

Color Harmonies of #761145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761145

Black with #761145

Text Example


Text Example

White with #761145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761145; }

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

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

background-color css

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

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

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

border-color css

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

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

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