#765761

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

Shades of Cosmic #765761

Tints of Cosmic #765761

Color information

#765761 (or 0x765761) is unknown color: approx Cosmic. HEX triplet: 76, 57 and 61. RGB value is (118,87,97). Sum of RGB (Red+Green+Blue) = 118+87+97=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765761 is #89A89E. Grayscale: #616161. Windows color (decimal): -9021599 or 6379382. OLE color: 6379382.

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

Color convert

RGB1188797-
CMYK00.260.180.54
HSL340.65º15.12%40.2%-
HSV(B)340.65º26.27%46.27%-
XYZ13.0411.5312.85-
YUV97.41127.77142.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=39.07%
G=28.81%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118879700.260.180.54340.6515.1240.2
Hex76576101A1236155f28
Octal16612714103222665251750
Binary111011010101111100001011010100101101101010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765761; }

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

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

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

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

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

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

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

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