#765766

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

Shades of Cosmic #765766

Tints of Cosmic #765766

Color information

#765766 (or 0x765766) is unknown color: approx Cosmic. HEX triplet: 76, 57 and 66. RGB value is (118,87,102). Sum of RGB (Red+Green+Blue) = 118+87+102=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765766 is #89A899. Grayscale: #616161. Windows color (decimal): -9021594 or 6707062. OLE color: 6707062.

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

Color convert

RGB11887102-
CMYK00.260.140.54
HSL330.97º15.12%40.2%-
HSV(B)330.97º26.27%46.27%-
XYZ13.2811.6314.11-
YUV97.98130.27142.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=38.44%
G=28.34%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188710200.260.140.54330.9715.1240.2
Hex76576601AE3614bf28
Octal16612714603216665131750
Binary11101101010111110011001101011101101101010010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765766; }

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

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

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

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

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

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

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

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