#764B50

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

Shades of Solid Pink #764B50

Tints of Solid Pink #764B50

Color information

#764B50 (or 0x764B50) is unknown color: approx Solid Pink. HEX triplet: 76, 4B and 50. RGB value is (118,75,80). Sum of RGB (Red+Green+Blue) = 118+75+80=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B50 is #89B4AF. Grayscale: #585858. Windows color (decimal): -9024688 or 5262198. OLE color: 5262198.

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

Color convert

RGB1187580-
CMYK00.360.320.54
HSL353.02º22.28%37.84%-
HSV(B)353.02º36.44%46.27%-
XYZ11.449.468.81-
YUV88.43123.25149.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=43.22%
G=27.47%
B=29.30%

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
Decimal118758000.360.320.54353.0222.2837.84
Hex764B5002420361611626
Octal16611312004440665412646
Binary111011010010111010000010010010000011011010110000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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