#775261

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

Shades of Cosmic #775261

Tints of Cosmic #775261

Color information

#775261 (or 0x775261) is unknown color: approx Cosmic. HEX triplet: 77, 52 and 61. RGB value is (119,82,97). Sum of RGB (Red+Green+Blue) = 119+82+97=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775261 is #88AD9E. Grayscale: #5E5E5E. Windows color (decimal): -8957343 or 6378103. OLE color: 6378103.

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

Color convert

RGB1198297-
CMYK00.310.180.53
HSL335.68º18.41%39.41%-
HSV(B)335.68º31.09%46.67%-
XYZ12.7810.8212.72-
YUV94.77129.26145.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=39.93%
G=27.52%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119829700.310.180.53335.6818.4139.41
Hex77526101F12351501227
Octal16712214103722655202247
Binary1110111101001011000010111111001011010110101000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775261; }

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

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

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

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

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

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

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

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