#775260

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

Shades of Cosmic #775260

Tints of Cosmic #775260

Color information

#775260 (or 0x775260) is unknown color: approx Cosmic. HEX triplet: 77, 52 and 60. RGB value is (119,82,96). Sum of RGB (Red+Green+Blue) = 119+82+96=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775260 is #88AD9F. Grayscale: #5E5E5E. Windows color (decimal): -8957344 or 6312567. OLE color: 6312567.

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

Color convert

RGB1198296-
CMYK00.310.190.53
HSL337.3º18.41%39.41%-
HSV(B)337.3º31.09%46.67%-
XYZ12.7410.812.48-
YUV94.66128.76145.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=40.07%
G=27.61%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119829600.310.190.53337.318.4139.41
Hex77526001F13351511227
Octal16712214003723655212247
Binary1110111101001011000000111111001111010110101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775260; }

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

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

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

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

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

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

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

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