Html Css Color HEX #760C57 Pompadour

📋 copy color: '#760C57'

red 118 ◦ green 12 ◦ blue 87

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

Shades of Pompadour #760C57

Tints of Pompadour #760C57

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 54.38%
G = 5.53%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#760C57 (or 0x760C57) is known color: Pompadour. HEX triplet: 76, 0C and 57. RGB value is (118,12,87). Sum of RGB (Red+Green+Blue) = 118+12+87=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #760C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C57 is #89F3A8. Grayscale: #343434. Windows color (decimal): -9040809 or 5704822. OLE color: 5704822.

HSL color Cylindrical-coordinate representation of color #760C57: hue angle of 317.55º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C57 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 87 -
CMYK 0 0.90 0.26 0.54
HSL 317.55º 0.82% 0.25% -
HSV(B) 317.55º 0.9% 0.46% -
XYZ 9.32 4.8 9.45 -
YUV 52.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 118 12 87 0 0.90 0.26 0.54 317.55 0.82 0.25
Hex 76 C 57 0 5A 1A 36 13E 52 19
Octal 166 14 127 0 132 32 66 476 122 31
Binary 1110110 1100 1010111 0 1011010 11010 110110 100111110 1010010 11001

Color Harmonies of #760C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C57

Black with #760C57

Text Example


Text Example

White with #760C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760C57; }

 p { color: rgb(118,12,87); }

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

background-color css

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

 a { background-color: rgb(118,12,87); }

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

border-color css

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

 span { border-color: rgb(118,12,87); }

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