#764D4E

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

Shades of Solid Pink #764D4E

Tints of Solid Pink #764D4E

Color information

#764D4E (or 0x764D4E) is unknown color: approx Solid Pink. HEX triplet: 76, 4D and 4E. RGB value is (118,77,78). Sum of RGB (Red+Green+Blue) = 118+77+78=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D4E is #89B2B1. Grayscale: #595959. Windows color (decimal): -9024178 or 5131638. OLE color: 5131638.

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

Color convert

RGB1187778-
CMYK00.350.340.54
HSL358.54º21.03%38.24%-
HSV(B)358.54º34.75%46.27%-
XYZ11.59.718.48-
YUV89.37121.58148.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=43.22%
G=28.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118777800.350.340.54358.5421.0338.24
Hex764D4E02322361671526
Octal16611511604342665472546
Binary111011010011011001110010001110001011011010110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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