#77575F

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

Shades of Cosmic #77575F

Tints of Cosmic #77575F

Color information

#77575F (or 0x77575F) is unknown color: approx Cosmic. HEX triplet: 77, 57 and 5F. RGB value is (119,87,95). Sum of RGB (Red+Green+Blue) = 119+87+95=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575F is #88A8A0. Grayscale: #616161. Windows color (decimal): -8956065 or 6248311. OLE color: 6248311.

HSL color Cylindrical-coordinate representation of color #77575F: hue angle of 345º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77575F is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1198795-
CMYK00.270.200.53
HSL345º15.53%40.39%-
HSV(B)345º26.89%46.67%-
XYZ13.0811.5612.37-
YUV97.48126.6143.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=39.53%
G=28.90%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119879500.270.200.5334515.5340.39
Hex77575F01B14351591028
Octal16712713703324655312050
Binary1110111101011110111110110111010011010110101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,87,95); }

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

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

 a { background-color: rgb(119,87,95); }

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

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

 span { border-color: rgb(119,87,95); }

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