#775863

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

Shades of Cosmic #775863

Tints of Cosmic #775863

Color information

#775863 (or 0x775863) is unknown color: approx Cosmic. HEX triplet: 77, 58 and 63. RGB value is (119,88,99). Sum of RGB (Red+Green+Blue) = 119+88+99=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775863 is #88A79C. Grayscale: #626262. Windows color (decimal): -8955805 or 6510711. OLE color: 6510711.

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

Color convert

RGB1198899-
CMYK00.260.170.53
HSL338.71º14.98%40.59%-
HSV(B)338.71º26.05%46.67%-
XYZ13.3511.813.38-
YUV98.52128.27142.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=38.89%
G=28.76%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889900.260.170.53338.7114.9840.59
Hex77586301A1135153f29
Octal16713014303221655231751
Binary111011110110001100011011010100011101011010100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775863; }

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

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

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

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

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

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

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

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