#764C4E

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

Shades of Solid Pink #764C4E

Tints of Solid Pink #764C4E

Color information

#764C4E (or 0x764C4E) is unknown color: approx Solid Pink. HEX triplet: 76, 4C and 4E. RGB value is (118,76,78). Sum of RGB (Red+Green+Blue) = 118+76+78=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #764C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C4E is #89B3B1. Grayscale: #585858. Windows color (decimal): -9024434 or 5131382. OLE color: 5131382.

HSL color Cylindrical-coordinate representation of color #764C4E: hue angle of 357.14º 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 #764C4E is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1187678-
CMYK00.360.340.54
HSL357.14º21.65%38.04%-
HSV(B)357.14º35.59%46.27%-
XYZ11.439.578.45-
YUV88.79121.91148.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=43.38%
G=27.94%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118767800.360.340.54357.1421.6538.04
Hex764C4E02422361651626
Octal16611411604442665452646
Binary111011010011001001110010010010001011011010110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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