#765768

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

Shades of Cosmic #765768

Tints of Cosmic #765768

Color information

#765768 (or 0x765768) is unknown color: approx Cosmic. HEX triplet: 76, 57 and 68. RGB value is (118,87,104). Sum of RGB (Red+Green+Blue) = 118+87+104=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765768 is #89A897. Grayscale: #626262. Windows color (decimal): -9021592 or 6838134. OLE color: 6838134.

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

Color convert

RGB11887104-
CMYK00.260.120.54
HSL327.1º15.12%40.2%-
HSV(B)327.1º26.27%46.27%-
XYZ13.3811.6714.64-
YUV98.21131.27142.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=38.19%
G=28.16%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188710400.260.120.54327.115.1240.2
Hex76576801AC36147f28
Octal16612715003214665071750
Binary11101101010111110100001101011001101101010001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765768; }

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

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

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

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

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

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

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

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