#765969

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

Shades of Cosmic #765969

Tints of Cosmic #765969

Color information

#765969 (or 0x765969) is unknown color: approx Cosmic. HEX triplet: 76, 59 and 69. RGB value is (118,89,105). Sum of RGB (Red+Green+Blue) = 118+89+105=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765969 is #89A696. Grayscale: #636363. Windows color (decimal): -9021079 or 6904182. OLE color: 6904182.

HSL color Cylindrical-coordinate representation of color #765969: hue angle of 326.9º 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 #765969 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11889105-
CMYK00.250.110.54
HSL326.9º14.01%40.59%-
HSV(B)326.9º24.58%46.27%-
XYZ13.5912.0214.97-
YUV99.49131.11141.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=37.82%
G=28.53%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188910500.250.110.54326.914.0140.59
Hex765969019B36147e29
Octal16613115103113665071651
Binary11101101011001110100101100110111101101010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765969; }

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

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

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

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

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

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

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

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