#764C50

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

Shades of Solid Pink #764C50

Tints of Solid Pink #764C50

Color information

#764C50 (or 0x764C50) is unknown color: approx Solid Pink. HEX triplet: 76, 4C and 50. RGB value is (118,76,80). Sum of RGB (Red+Green+Blue) = 118+76+80=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C50 is #89B3AF. Grayscale: #595959. Windows color (decimal): -9024432 or 5262454. OLE color: 5262454.

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

Color convert

RGB1187680-
CMYK00.360.320.54
HSL354.29º21.65%38.04%-
HSV(B)354.29º35.59%46.27%-
XYZ11.59.68.84-
YUV89.01122.91148.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=43.07%
G=27.74%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118768000.360.320.54354.2921.6538.04
Hex764C5002420361621626
Octal16611412004440665422646
Binary111011010011001010000010010010000011011010110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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