Html Css Color HEX #761657 Pompadour

📋 copy color: '#761657'

red 118 ◦ green 22 ◦ blue 87

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

Shades of Pompadour #761657

Tints of Pompadour #761657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 51.98%
G = 9.69%
B = 38.33%

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

#761657 (or 0x761657) is known color: Pompadour. HEX triplet: 76, 16 and 57. RGB value is (118,22,87). Sum of RGB (Red+Green+Blue) = 118+22+87=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #761657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761657 is #89E9A8. Grayscale: #393939. Windows color (decimal): -9038249 or 5707382. OLE color: 5707382.

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

Color convert

RGB 118 22 87 -
CMYK 0 0.81 0.26 0.54
HSL 319.38º 0.69% 0.27% -
HSV(B) 319.38º 0.81% 0.46% -
XYZ 9.48 5.11 9.5 -
YUV 58.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 118 22 87 0 0.81 0.26 0.54 319.38 0.69 0.27
Hex 76 16 57 0 51 1A 36 13F 45 1B
Octal 166 26 127 0 121 32 66 477 105 33
Binary 1110110 10110 1010111 0 1010001 11010 110110 100111111 1000101 11011

Color Harmonies of #761657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761657

Black with #761657

Text Example


Text Example

White with #761657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761657; }

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

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

background-color css

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

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

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

border-color css

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

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

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