#775969

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

Shades of Cosmic #775969

Tints of Cosmic #775969

Color information

#775969 (or 0x775969) is unknown color: approx Cosmic. HEX triplet: 77, 59 and 69. RGB value is (119,89,105). Sum of RGB (Red+Green+Blue) = 119+89+105=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775969 is #88A696. Grayscale: #636363. Windows color (decimal): -8955543 or 6904183. OLE color: 6904183.

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

Color convert

RGB11989105-
CMYK00.250.120.53
HSL328º14.42%40.78%-
HSV(B)328º25.21%46.67%-
XYZ13.7312.0914.97-
YUV99.79130.94141.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=38.02%
G=28.43%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198910500.250.120.5332814.4240.78
Hex775969019C35148e29
Octal16713115103114655101651
Binary11101111011001110100101100111001101011010010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775969; }

 p { color: rgb(119,89,105); }

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

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

 a { background-color: rgb(119,89,105); }

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

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

 span { border-color: rgb(119,89,105); }

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