#775461

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

Shades of Cosmic #775461

Tints of Cosmic #775461

Color information

#775461 (or 0x775461) is unknown color: approx Cosmic. HEX triplet: 77, 54 and 61. RGB value is (119,84,97). Sum of RGB (Red+Green+Blue) = 119+84+97=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775461 is #88AB9E. Grayscale: #5F5F5F. Windows color (decimal): -8956831 or 6378615. OLE color: 6378615.

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

Color convert

RGB1198497-
CMYK00.290.180.53
HSL337.71º17.24%39.8%-
HSV(B)337.71º29.41%46.67%-
XYZ12.9411.1312.77-
YUV95.95128.6144.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=39.67%
G=28%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119849700.290.180.53337.7117.2439.8
Hex77546101D12351521128
Octal16712414103522655222150
Binary1110111101010011000010111011001011010110101001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775461; }

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

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

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

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

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

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

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

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