#76535F

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

Shades of Cosmic #76535F

Tints of Cosmic #76535F

Color information

#76535F (or 0x76535F) is unknown color: approx Cosmic. HEX triplet: 76, 53 and 5F. RGB value is (118,83,95). Sum of RGB (Red+Green+Blue) = 118+83+95=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535F is #89ACA0. Grayscale: #5E5E5E. Windows color (decimal): -9022625 or 6247286. OLE color: 6247286.

HSL color Cylindrical-coordinate representation of color #76535F: hue angle of 339.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76535F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1188395-
CMYK00.300.190.54
HSL339.43º17.41%39.41%-
HSV(B)339.43º29.66%46.27%-
XYZ12.6310.8612.26-
YUV94.83128.1144.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=39.86%
G=28.04%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118839500.300.190.54339.4317.4139.41
Hex76535F01E13361531127
Octal16612313703623665232147
Binary1110110101001110111110111101001111011010101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76535F; }

 p { color: rgb(118,83,95); }

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

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

 a { background-color: rgb(118,83,95); }

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

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

 span { border-color: rgb(118,83,95); }

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