#715862

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

Shades of Cosmic #715862

Tints of Cosmic #715862

Color information

#715862 (or 0x715862) is unknown color: approx Cosmic. HEX triplet: 71, 58 and 62. RGB value is (113,88,98). Sum of RGB (Red+Green+Blue) = 113+88+98=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715862 is #8EA79D. Grayscale: #606060. Windows color (decimal): -9349022 or 6445169. OLE color: 6445169.

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

Color convert

RGB1138898-
CMYK00.220.130.56
HSL336º12.44%39.41%-
HSV(B)336º22.12%44.31%-
XYZ12.511.3713.09-
YUV96.62128.78139.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=37.79%
G=29.43%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113889800.220.130.5633612.4439.41
Hex715862016D38150c27
Octal16113014202615705201447
Binary11100011011000110001001011011011110001010100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715862; }

 p { color: rgb(113,88,98); }

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

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

 a { background-color: rgb(113,88,98); }

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

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

 span { border-color: rgb(113,88,98); }

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