#775065

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

Shades of Cosmic #775065

Tints of Cosmic #775065

Color information

#775065 (or 0x775065) is unknown color: approx Cosmic. HEX triplet: 77, 50 and 65. RGB value is (119,80,101). Sum of RGB (Red+Green+Blue) = 119+80+101=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775065 is #88AF9A. Grayscale: #5E5E5E. Windows color (decimal): -8957851 or 6639735. OLE color: 6639735.

HSL color Cylindrical-coordinate representation of color #775065: hue angle of 327.69º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775065 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11980101-
CMYK00.330.150.53
HSL327.69º19.6%39.02%-
HSV(B)327.69º32.77%46.67%-
XYZ12.8310.613.68-
YUV94.06131.92145.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=39.67%
G=26.67%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198010100.330.150.53327.6919.639.02
Hex775065021F351481427
Octal16712014504117655102447
Binary1110111101000011001010100001111111010110100100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775065; }

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

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

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

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

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

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

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

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