Html Css Color HEX #762045 Pompadour

📋 copy color: '#762045'

red 118 ◦ green 32 ◦ blue 69

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

Shades of Pompadour #762045

Tints of Pompadour #762045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 53.88%
G = 14.61%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#762045 (or 0x762045) is known color: Pompadour. HEX triplet: 76, 20 and 45. RGB value is (118,32,69). Sum of RGB (Red+Green+Blue) = 118+32+69=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #762045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762045 is #89DFBA. Grayscale: #3D3D3D. Windows color (decimal): -9035707 or 4530294. OLE color: 4530294.

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

Color convert

RGB 118 32 69 -
CMYK 0 0.73 0.42 0.54
HSL 334.19º 0.57% 0.29% -
HSV(B) 334.19º 0.73% 0.46% -
XYZ 9.06 5.31 6.18 -
YUV 61.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 118 32 69 0 0.73 0.42 0.54 334.19 0.57 0.29
Hex 76 20 45 0 49 2A 36 14E 39 1D
Octal 166 40 105 0 111 52 66 516 71 35
Binary 1110110 100000 1000101 0 1001001 101010 110110 101001110 111001 11101

Color Harmonies of #762045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762045

Black with #762045

Text Example


Text Example

White with #762045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762045; }

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

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

background-color css

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

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

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

border-color css

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

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

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