Html Css Color HEX #761552 Pompadour

📋 copy color: '#761552'

red 118 ◦ green 21 ◦ blue 82

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

Shades of Pompadour #761552

Tints of Pompadour #761552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 53.39%
G = 9.5%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761552 (or 0x761552) is known color: Pompadour. HEX triplet: 76, 15 and 52. RGB value is (118,21,82). Sum of RGB (Red+Green+Blue) = 118+21+82=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761552 is #89EAAD. Grayscale: #383838. Windows color (decimal): -9038510 or 5379446. OLE color: 5379446.

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

Color convert

RGB 118 21 82 -
CMYK 0 0.82 0.31 0.54
HSL 322.27º 0.7% 0.27% -
HSV(B) 322.27º 0.82% 0.46% -
XYZ 9.26 5 8.46 -
YUV 56.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 118 21 82 0 0.82 0.31 0.54 322.27 0.7 0.27
Hex 76 15 52 0 52 1F 36 142 46 1B
Octal 166 25 122 0 122 37 66 502 106 33
Binary 1110110 10101 1010010 0 1010010 11111 110110 101000010 1000110 11011

Color Harmonies of #761552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761552

Black with #761552

Text Example


Text Example

White with #761552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761552; }

 p { color: rgb(118,21,82); }

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

background-color css

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

 a { background-color: rgb(118,21,82); }

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

border-color css

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

 span { border-color: rgb(118,21,82); }

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