#775161

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

Shades of Cosmic #775161

Tints of Cosmic #775161

Color information

#775161 (or 0x775161) is unknown color: approx Cosmic. HEX triplet: 77, 51 and 61. RGB value is (119,81,97). Sum of RGB (Red+Green+Blue) = 119+81+97=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775161 is #88AE9E. Grayscale: #5E5E5E. Windows color (decimal): -8957599 or 6377847. OLE color: 6377847.

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

Color convert

RGB1198197-
CMYK00.320.180.53
HSL334.74º19%39.22%-
HSV(B)334.74º31.93%46.67%-
XYZ12.7110.6712.7-
YUV94.19129.59145.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=40.07%
G=27.27%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119819700.320.180.53334.741939.22
Hex775161020123514f1327
Octal16712114104022655172347
Binary11101111010001110000101000001001011010110100111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775161; }

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

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

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

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

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

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

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

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