#764B53

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

Shades of Solid Pink #764B53

Tints of Solid Pink #764B53

Color information

#764B53 (or 0x764B53) is unknown color: approx Solid Pink. HEX triplet: 76, 4B and 53. RGB value is (118,75,83). Sum of RGB (Red+Green+Blue) = 118+75+83=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B53 is #89B4AC. Grayscale: #585858. Windows color (decimal): -9024685 or 5458806. OLE color: 5458806.

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

Color convert

RGB1187583-
CMYK00.360.300.54
HSL348.84º22.28%37.84%-
HSV(B)348.84º36.44%46.27%-
XYZ11.559.519.41-
YUV88.77124.75148.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=42.75%
G=27.17%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118758300.360.300.54348.8422.2837.84
Hex764B530241E3615d1626
Octal16611312304436665352646
Binary11101101001011101001101001001111011011010101110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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