Html Css Color HEX #71555E Cosmic

📋 copy color: '#71555E'

red 113 ◦ green 85 ◦ blue 94

#71555E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #71555E

Tints of Cosmic #71555E

RGB

 RED value IS 113 (44.53% from 255) = 38.7%

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 38.7%
G = 29.11%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71555E (or 0x71555E) is known color: Cosmic. HEX triplet: 71, 55 and 5E. RGB value is (113,85,94). Sum of RGB (Red+Green+Blue) = 113+85+94=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71555E is #8EAAA1. Grayscale: #5E5E5E. Windows color (decimal): -9349794 or 6182257. OLE color: 6182257.

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

Color convert

RGB 113 85 94 -
CMYK 0 0.25 0.17 0.56
HSL 340.71º 0.14% 0.39% -
HSV(B) 340.71º 0.25% 0.44% -
XYZ 12.08 10.82 12.04 -
YUV 94.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 113 85 94 0 0.25 0.17 0.56 340.71 0.14 0.39
Hex 71 55 5E 0 19 11 38 155 E 27
Octal 161 125 136 0 31 21 70 525 16 47
Binary 1110001 1010101 1011110 0 11001 10001 111000 101010101 1110 100111

Color Harmonies of #71555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71555E

Black with #71555E

Text Example


Text Example

White with #71555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71555E;
 }
 .AnyTagClassName
 {
   color: #71555E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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