#764E57

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

Shades of Cosmic #764E57

Tints of Cosmic #764E57

Color information

#764E57 (or 0x764E57) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 57. RGB value is (118,78,87). Sum of RGB (Red+Green+Blue) = 118+78+87=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E57 is #89B1A8. Grayscale: #5A5A5A. Windows color (decimal): -9023913 or 5721718. OLE color: 5721718.

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

Color convert

RGB1187887-
CMYK00.340.260.54
HSL346.5º20.41%38.43%-
HSV(B)346.5º33.9%46.27%-
XYZ11.929.9910.32-
YUV90.99125.75147.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=41.70%
G=27.56%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118788700.340.260.54346.520.4138.43
Hex764E570221A3615a1426
Octal16611612704232665322446
Binary11101101001110101011101000101101011011010101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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