#71565E

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

Shades of Cosmic #71565E

Tints of Cosmic #71565E

Color information

#71565E (or 0x71565E) is unknown color: approx Cosmic. HEX triplet: 71, 56 and 5E. RGB value is (113,86,94). Sum of RGB (Red+Green+Blue) = 113+86+94=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #71565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71565E is #8EA9A1. Grayscale: #5E5E5E. Windows color (decimal): -9349538 or 6182513. OLE color: 6182513.

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

Color convert

RGB1138694-
CMYK00.240.170.56
HSL342.22º13.57%39.02%-
HSV(B)342.22º23.89%44.31%-
XYZ12.1610.9712.07-
YUV94.99127.45140.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=38.57%
G=29.35%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113869400.240.170.56342.2213.5739.02
Hex71565E0181138156e27
Octal16112613603021705261647
Binary111000110101101011110011000100011110001010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71565E; }

 p { color: rgb(113,86,94); }

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

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

 a { background-color: rgb(113,86,94); }

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

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

 span { border-color: rgb(113,86,94); }

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