#775865

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

Shades of Cosmic #775865

Tints of Cosmic #775865

Color information

#775865 (or 0x775865) is unknown color: approx Cosmic. HEX triplet: 77, 58 and 65. RGB value is (119,88,101). Sum of RGB (Red+Green+Blue) = 119+88+101=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775865 is #88A79A. Grayscale: #626262. Windows color (decimal): -8955803 or 6641783. OLE color: 6641783.

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

Color convert

RGB11988101-
CMYK00.260.150.53
HSL334.84º14.98%40.59%-
HSV(B)334.84º26.05%46.67%-
XYZ13.4511.8413.89-
YUV98.75129.27142.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=38.64%
G=28.57%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198810100.260.150.53334.8414.9840.59
Hex77586501AF3514ff29
Octal16713014503217655171751
Binary11101111011000110010101101011111101011010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775865; }

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

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

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

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

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

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

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

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