#764C4D

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

Shades of Solid Pink #764C4D

Tints of Solid Pink #764C4D

Color information

#764C4D (or 0x764C4D) is unknown color: approx Solid Pink. HEX triplet: 76, 4C and 4D. RGB value is (118,76,77). Sum of RGB (Red+Green+Blue) = 118+76+77=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C4D is #89B3B2. Grayscale: #585858. Windows color (decimal): -9024435 or 5065846. OLE color: 5065846.

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

Color convert

RGB1187677-
CMYK00.360.350.54
HSL358.57º21.65%38.04%-
HSV(B)358.57º35.59%46.27%-
XYZ11.49.568.27-
YUV88.67121.41148.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=43.54%
G=28.04%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118767700.360.350.54358.5721.6538.04
Hex764C4D02423361671626
Octal16611411504443665472646
Binary111011010011001001101010010010001111011010110011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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