#715761

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

Shades of Cosmic #715761

Tints of Cosmic #715761

Color information

#715761 (or 0x715761) is unknown color: approx Cosmic. HEX triplet: 71, 57 and 61. RGB value is (113,87,97). Sum of RGB (Red+Green+Blue) = 113+87+97=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715761 is #8EA89E. Grayscale: #5F5F5F. Windows color (decimal): -9349279 or 6379377. OLE color: 6379377.

HSL color Cylindrical-coordinate representation of color #715761: hue angle of 336.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715761 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1138797-
CMYK00.230.140.56
HSL336.92º13%39.22%-
HSV(B)336.92º23.01%44.31%-
XYZ12.3811.1912.82-
YUV95.91128.61140.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=38.05%
G=29.29%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113879700.230.140.56336.921339.22
Hex715761017E38151d27
Octal16112714102716705211547
Binary11100011010111110000101011111101110001010100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715761; }

 p { color: rgb(113,87,97); }

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

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

 a { background-color: rgb(113,87,97); }

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

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

 span { border-color: rgb(113,87,97); }

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