#764D60

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

Shades of Cosmic #764D60

Tints of Cosmic #764D60

Color information

#764D60 (or 0x764D60) is unknown color: approx Cosmic. HEX triplet: 76, 4D and 60. RGB value is (118,77,96). Sum of RGB (Red+Green+Blue) = 118+77+96=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D60 is #89B29F. Grayscale: #5B5B5B. Windows color (decimal): -9024160 or 6311286. OLE color: 6311286.

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

Color convert

RGB1187796-
CMYK00.350.190.54
HSL332.2º21.03%38.24%-
HSV(B)332.2º34.75%46.27%-
XYZ12.241012.35-
YUV91.42130.58146.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=40.55%
G=26.46%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118779600.350.190.54332.221.0338.24
Hex764D60023133614c1526
Octal16611514004323665142546
Binary11101101001101110000001000111001111011010100110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,96); }

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

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

 a { background-color: rgb(118,77,96); }

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

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

 span { border-color: rgb(118,77,96); }

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