Html Css Color HEX #762048 Pompadour

📋 copy color: '#762048'

red 118 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #762048

Tints of Pompadour #762048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 53.15%
G = 14.41%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#762048 (or 0x762048) is known color: Pompadour. HEX triplet: 76, 20 and 48. RGB value is (118,32,72). Sum of RGB (Red+Green+Blue) = 118+32+72=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762048 is #89DFB7. Grayscale: #3E3E3E. Windows color (decimal): -9035704 or 4726902. OLE color: 4726902.

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

Color convert

RGB 118 32 72 -
CMYK 0 0.73 0.39 0.54
HSL 332.09º 0.57% 0.29% -
HSV(B) 332.09º 0.73% 0.46% -
XYZ 9.16 5.35 6.68 -
YUV 62.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 118 32 72 0 0.73 0.39 0.54 332.09 0.57 0.29
Hex 76 20 48 0 49 27 36 14C 39 1D
Octal 166 40 110 0 111 47 66 514 71 35
Binary 1110110 100000 1001000 0 1001001 100111 110110 101001100 111001 11101

Color Harmonies of #762048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762048

Black with #762048

Text Example


Text Example

White with #762048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762048; }

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

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

background-color css

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

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

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

border-color css

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

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

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