Html Css Color HEX #762053 Pompadour

📋 copy color: '#762053'

red 118 ◦ green 32 ◦ blue 83

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

Shades of Pompadour #762053

Tints of Pompadour #762053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 50.64%
G = 13.73%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#762053 (or 0x762053) is known color: Pompadour. HEX triplet: 76, 20 and 53. RGB value is (118,32,83). Sum of RGB (Red+Green+Blue) = 118+32+83=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #762053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762053 is #89DFAC. Grayscale: #3F3F3F. Windows color (decimal): -9035693 or 5447798. OLE color: 5447798.

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

Color convert

RGB 118 32 83 -
CMYK 0 0.73 0.30 0.54
HSL 324.42º 0.57% 0.29% -
HSV(B) 324.42º 0.73% 0.46% -
XYZ 9.55 5.51 8.74 -
YUV 63.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 118 32 83 0 0.73 0.30 0.54 324.42 0.57 0.29
Hex 76 20 53 0 49 1E 36 144 39 1D
Octal 166 40 123 0 111 36 66 504 71 35
Binary 1110110 100000 1010011 0 1001001 11110 110110 101000100 111001 11101

Color Harmonies of #762053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762053

Black with #762053

Text Example


Text Example

White with #762053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762053; }

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

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

background-color css

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

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

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

border-color css

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

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

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