Html Css Color HEX #761553 Pompadour

📋 copy color: '#761553'

red 118 ◦ green 21 ◦ blue 83

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

Shades of Pompadour #761553

Tints of Pompadour #761553

RGB

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

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

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

R = 53.15%
G = 9.46%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#761553 (or 0x761553) is known color: Pompadour. HEX triplet: 76, 15 and 53. RGB value is (118,21,83). Sum of RGB (Red+Green+Blue) = 118+21+83=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #761553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761553 is #89EAAC. Grayscale: #383838. Windows color (decimal): -9038509 or 5444982. OLE color: 5444982.

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

Color convert

RGB 118 21 83 -
CMYK 0 0.82 0.30 0.54
HSL 321.65º 0.7% 0.27% -
HSV(B) 321.65º 0.82% 0.46% -
XYZ 9.3 5.01 8.66 -
YUV 57.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 118 21 83 0 0.82 0.30 0.54 321.65 0.7 0.27
Hex 76 15 53 0 52 1E 36 142 46 1B
Octal 166 25 123 0 122 36 66 502 106 33
Binary 1110110 10101 1010011 0 1010010 11110 110110 101000010 1000110 11011

Color Harmonies of #761553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761553

Black with #761553

Text Example


Text Example

White with #761553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761553; }

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

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

background-color css

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

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

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

border-color css

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

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

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