#775769

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

Shades of Cosmic #775769

Tints of Cosmic #775769

Color information

#775769 (or 0x775769) is unknown color: approx Cosmic. HEX triplet: 77, 57 and 69. RGB value is (119,87,105). Sum of RGB (Red+Green+Blue) = 119+87+105=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #775769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775769 is #88A896. Grayscale: #626262. Windows color (decimal): -8956055 or 6903671. OLE color: 6903671.

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

Color convert

RGB11987105-
CMYK00.270.120.53
HSL326.25º15.53%40.39%-
HSV(B)326.25º26.89%46.67%-
XYZ13.5711.7614.92-
YUV98.62131.6142.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=38.26%
G=27.97%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198710500.270.120.53326.2515.5340.39
Hex77576901BC351461028
Octal16712715103314655062050
Binary111011110101111101001011011110011010110100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775769; }

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

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

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

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

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

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

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

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