#764C57

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

Shades of Cosmic #764C57

Tints of Cosmic #764C57

Color information

#764C57 (or 0x764C57) is unknown color: approx Cosmic. HEX triplet: 76, 4C and 57. RGB value is (118,76,87). Sum of RGB (Red+Green+Blue) = 118+76+87=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C57 is #89B3A8. Grayscale: #595959. Windows color (decimal): -9024425 or 5721206. OLE color: 5721206.

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

Color convert

RGB1187687-
CMYK00.360.260.54
HSL344.29º21.65%38.04%-
HSV(B)344.29º35.59%46.27%-
XYZ11.789.7110.27-
YUV89.81126.41148.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=41.99%
G=27.05%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118768700.360.260.54344.2921.6538.04
Hex764C570241A361581626
Octal16611412704432665302646
Binary11101101001100101011101001001101011011010101100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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