#764C4F

Color #764C4F Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #764C4F

Tints of Solid Pink #764C4F

Color information

#764C4F (or 0x764C4F) is unknown color: approx Solid Pink. HEX triplet: 76, 4C and 4F. RGB value is (118,76,79). Sum of RGB (Red+Green+Blue) = 118+76+79=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C4F is #89B3B0. Grayscale: #585858. Windows color (decimal): -9024433 or 5196918. OLE color: 5196918.

HSL color Cylindrical-coordinate representation of color #764C4F: hue angle of 355.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C4F is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1187679-
CMYK00.360.330.54
HSL355.71º21.65%38.04%-
HSV(B)355.71º35.59%46.27%-
XYZ11.479.588.64-
YUV88.9122.41148.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=43.22%
G=27.84%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118767900.360.330.54355.7121.6538.04
Hex764C4F02421361641626
Octal16611411704441665442646
Binary111011010011001001111010010010000111011010110010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C4F; }

 p { color: rgb(118,76,79); }

 H1.HeaderClassName
 {
   color: #764C4F;
 }
 .AnyTagClassName
 {
   color: #764C4F;
 }
</style>
background-color css

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

 a { background-color: rgb(118,76,79); }

 div.DivClassName
 {
   background-color: #764C4F;
 }
 .BgClassName
 {
   background-color: #764C4F;
 }
</style>
border-color css

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

 span { border-color: rgb(118,76,79); }

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