#775862

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

Shades of Cosmic #775862

Tints of Cosmic #775862

Color information

#775862 (or 0x775862) is unknown color: approx Cosmic. HEX triplet: 77, 58 and 62. RGB value is (119,88,98). Sum of RGB (Red+Green+Blue) = 119+88+98=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775862 is #88A79D. Grayscale: #626262. Windows color (decimal): -8955806 or 6445175. OLE color: 6445175.

HSL color Cylindrical-coordinate representation of color #775862: hue angle of 340.65º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #775862 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1198898-
CMYK00.260.180.53
HSL340.65º14.98%40.59%-
HSV(B)340.65º26.05%46.67%-
XYZ13.311.7813.13-
YUV98.41127.77142.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=39.02%
G=28.85%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889800.260.180.53340.6514.9840.59
Hex77586201A1235155f29
Octal16713014203222655251751
Binary111011110110001100010011010100101101011010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775862; }

 p { color: rgb(119,88,98); }

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

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

 a { background-color: rgb(119,88,98); }

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

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

 span { border-color: rgb(119,88,98); }

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