#71505B

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

Shades of Cosmic #71505B

Tints of Cosmic #71505B

Color information

#71505B (or 0x71505B) is unknown color: approx Cosmic. HEX triplet: 71, 50 and 5B. RGB value is (113,80,91). Sum of RGB (Red+Green+Blue) = 113+80+91=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #71505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71505B is #8EAFA4. Grayscale: #5B5B5B. Windows color (decimal): -9351077 or 5984369. OLE color: 5984369.

HSL color Cylindrical-coordinate representation of color #71505B: hue angle of 340º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71505B is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1138091-
CMYK00.290.190.56
HSL340º17.1%37.84%-
HSV(B)340º29.2%44.31%-
XYZ11.571011.22-
YUV91.12127.93143.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=39.79%
G=28.17%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113809100.290.190.5634017.137.84
Hex71505B01D13381541126
Octal16112013303523705242146
Binary1110001101000010110110111011001111100010101010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71505B; }

 p { color: rgb(113,80,91); }

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

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

 a { background-color: rgb(113,80,91); }

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

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

 span { border-color: rgb(113,80,91); }

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