#775562

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

Shades of Cosmic #775562

Tints of Cosmic #775562

Color information

#775562 (or 0x775562) is unknown color: approx Cosmic. HEX triplet: 77, 55 and 62. RGB value is (119,85,98). Sum of RGB (Red+Green+Blue) = 119+85+98=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775562 is #88AA9D. Grayscale: #606060. Windows color (decimal): -8956574 or 6444407. OLE color: 6444407.

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

Color convert

RGB1198598-
CMYK00.290.180.53
HSL337.06º16.67%40%-
HSV(B)337.06º28.57%46.67%-
XYZ13.0611.313.05-
YUV96.65128.76143.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=39.40%
G=28.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119859800.290.180.53337.0616.6740
Hex77556201D12351511128
Octal16712514203522655212150
Binary1110111101010111000100111011001011010110101000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775562; }

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

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

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

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

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

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

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

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