Html Css Color HEX #761757 Pompadour

📋 copy color: '#761757'

red 118 ◦ green 23 ◦ blue 87

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

Shades of Pompadour #761757

Tints of Pompadour #761757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 51.75%
G = 10.09%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#761757 (or 0x761757) is known color: Pompadour. HEX triplet: 76, 17 and 57. RGB value is (118,23,87). Sum of RGB (Red+Green+Blue) = 118+23+87=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761757 is #89E8A8. Grayscale: #3A3A3A. Windows color (decimal): -9037993 or 5707638. OLE color: 5707638.

HSL color Cylindrical-coordinate representation of color #761757: hue angle of 319.58º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761757 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 87 -
CMYK 0 0.81 0.26 0.54
HSL 319.58º 0.67% 0.28% -
HSV(B) 319.58º 0.81% 0.46% -
XYZ 9.5 5.15 9.51 -
YUV 58.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 118 23 87 0 0.81 0.26 0.54 319.58 0.67 0.28
Hex 76 17 57 0 51 1A 36 140 43 1C
Octal 166 27 127 0 121 32 66 500 103 34
Binary 1110110 10111 1010111 0 1010001 11010 110110 101000000 1000011 11100

Color Harmonies of #761757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761757

Black with #761757

Text Example


Text Example

White with #761757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761757; }

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

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

background-color css

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

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

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

border-color css

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

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

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