#764C54

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

Shades of Solid Pink #764C54

Tints of Solid Pink #764C54

Color information

#764C54 (or 0x764C54) is unknown color: approx Solid Pink. HEX triplet: 76, 4C and 54. RGB value is (118,76,84). Sum of RGB (Red+Green+Blue) = 118+76+84=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C54 is #89B3AB. Grayscale: #595959. Windows color (decimal): -9024428 or 5524598. OLE color: 5524598.

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

Color convert

RGB1187684-
CMYK00.360.290.54
HSL348.57º21.65%38.04%-
HSV(B)348.57º35.59%46.27%-
XYZ11.669.669.64-
YUV89.47124.91148.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=42.45%
G=27.34%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118768400.360.290.54348.5721.6538.04
Hex764C540241D3615d1626
Octal16611412404435665352646
Binary11101101001100101010001001001110111011010101110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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