Html Css Color HEX #762055 Pompadour

📋 copy color: '#762055'

red 118 ◦ green 32 ◦ blue 85

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

Shades of Pompadour #762055

Tints of Pompadour #762055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 50.21%
G = 13.62%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#762055 (or 0x762055) is known color: Pompadour. HEX triplet: 76, 20 and 55. RGB value is (118,32,85). Sum of RGB (Red+Green+Blue) = 118+32+85=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #762055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762055 is #89DFAA. Grayscale: #3F3F3F. Windows color (decimal): -9035691 or 5578870. OLE color: 5578870.

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

Color convert

RGB 118 32 85 -
CMYK 0 0.73 0.28 0.54
HSL 323.02º 0.57% 0.29% -
HSV(B) 323.02º 0.73% 0.46% -
XYZ 9.63 5.54 9.16 -
YUV 63.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 118 32 85 0 0.73 0.28 0.54 323.02 0.57 0.29
Hex 76 20 55 0 49 1C 36 143 39 1D
Octal 166 40 125 0 111 34 66 503 71 35
Binary 1110110 100000 1010101 0 1001001 11100 110110 101000011 111001 11101

Color Harmonies of #762055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762055

Black with #762055

Text Example


Text Example

White with #762055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762055; }

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

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

background-color css

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

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

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

border-color css

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

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

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