#764B51

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

Shades of Solid Pink #764B51

Tints of Solid Pink #764B51

Color information

#764B51 (or 0x764B51) is unknown color: approx Solid Pink. HEX triplet: 76, 4B and 51. RGB value is (118,75,81). Sum of RGB (Red+Green+Blue) = 118+75+81=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B51 is #89B4AE. Grayscale: #585858. Windows color (decimal): -9024687 or 5327734. OLE color: 5327734.

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

Color convert

RGB1187581-
CMYK00.360.310.54
HSL351.63º22.28%37.84%-
HSV(B)351.63º36.44%46.27%-
XYZ11.479.489.01-
YUV88.54123.75149.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=43.07%
G=27.37%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118758100.360.310.54351.6322.2837.84
Hex764B510241F361601626
Octal16611312104437665402646
Binary11101101001011101000101001001111111011010110000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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