#71505E

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

Shades of Cosmic #71505E

Tints of Cosmic #71505E

Color information

#71505E (or 0x71505E) is unknown color: approx Cosmic. HEX triplet: 71, 50 and 5E. RGB value is (113,80,94). Sum of RGB (Red+Green+Blue) = 113+80+94=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71505E is #8EAFA1. Grayscale: #5B5B5B. Windows color (decimal): -9351074 or 6180977. OLE color: 6180977.

HSL color Cylindrical-coordinate representation of color #71505E: hue angle of 334.55º 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 #71505E is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1138094-
CMYK00.290.170.56
HSL334.55º17.1%37.84%-
HSV(B)334.55º29.2%44.31%-
XYZ11.710.0611.91-
YUV91.46129.43143.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=39.37%
G=27.87%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113809400.290.170.56334.5517.137.84
Hex71505E01D113814f1126
Octal16112013603521705172146
Binary1110001101000010111100111011000111100010100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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