Html Css Color HEX #71565E Cosmic

📋 copy color: '#71565E'

red 113 ◦ green 86 ◦ blue 94

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

Shades of Cosmic #71565E

Tints of Cosmic #71565E

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 value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71565E (or 0x71565E) is known color: 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

RGB 113 86 94 -
CMYK 0 0.24 0.17 0.56
HSL 342.22º 0.14% 0.39% -
HSV(B) 342.22º 0.24% 0.44% -
XYZ 12.16 10.97 12.07 -
YUV 94.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 113 86 94 0 0.24 0.17 0.56 342.22 0.14 0.39
Hex 71 56 5E 0 18 11 38 156 E 27
Octal 161 126 136 0 30 21 70 526 16 47
Binary 1110001 1010110 1011110 0 11000 10001 111000 101010110 1110 100111

Color Harmonies of #71565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71565E

Black with #71565E

Text Example


Text Example

White with #71565E

Text Example


Text Example

HTML Codes & Css Web 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>