#765669

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

Shades of Cosmic #765669

Tints of Cosmic #765669

Color information

#765669 (or 0x765669) is unknown color: approx Cosmic. HEX triplet: 76, 56 and 69. RGB value is (118,86,105). Sum of RGB (Red+Green+Blue) = 118+86+105=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765669 is #89A996. Grayscale: #616161. Windows color (decimal): -9021847 or 6903414. OLE color: 6903414.

HSL color Cylindrical-coordinate representation of color #765669: hue angle of 324.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765669 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11886105-
CMYK00.270.110.54
HSL324.38º15.69%40%-
HSV(B)324.38º27.12%46.27%-
XYZ13.3511.5314.89-
YUV97.73132.1142.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=38.19%
G=27.83%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188610500.270.110.54324.3815.6940
Hex76566901BB361441028
Octal16612615103313665042050
Binary111011010101101101001011011101111011010100010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765669; }

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

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

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

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

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

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

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

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