#775265

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

Shades of Cosmic #775265

Tints of Cosmic #775265

Color information

#775265 (or 0x775265) is unknown color: approx Cosmic. HEX triplet: 77, 52 and 65. RGB value is (119,82,101). Sum of RGB (Red+Green+Blue) = 119+82+101=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775265 is #88AD9A. Grayscale: #5F5F5F. Windows color (decimal): -8957339 or 6640247. OLE color: 6640247.

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

Color convert

RGB11982101-
CMYK00.310.150.53
HSL329.19º18.41%39.41%-
HSV(B)329.19º31.09%46.67%-
XYZ12.9710.913.73-
YUV95.23131.26144.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=39.40%
G=27.15%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198210100.310.150.53329.1918.4139.41
Hex77526501FF351491227
Octal16712214503717655112247
Binary111011110100101100101011111111111010110100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775265; }

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

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

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

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

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

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

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

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