#765964

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

Shades of Cosmic #765964

Tints of Cosmic #765964

Color information

#765964 (or 0x765964) is unknown color: approx Cosmic. HEX triplet: 76, 59 and 64. RGB value is (118,89,100). Sum of RGB (Red+Green+Blue) = 118+89+100=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765964 is #89A69B. Grayscale: #626262. Windows color (decimal): -9021084 or 6576502. OLE color: 6576502.

HSL color Cylindrical-coordinate representation of color #765964: hue angle of 337.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765964 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11889100-
CMYK00.250.150.54
HSL337.24º14.01%40.59%-
HSV(B)337.24º24.58%46.27%-
XYZ13.3411.9213.65-
YUV98.92128.61141.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=38.44%
G=28.99%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188910000.250.150.54337.2414.0140.59
Hex765964019F36151e29
Octal16613114403117665211651
Binary11101101011001110010001100111111101101010100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765964; }

 p { color: rgb(118,89,100); }

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

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

 a { background-color: rgb(118,89,100); }

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

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

 span { border-color: rgb(118,89,100); }

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