Html Css Color HEX #71555F Cosmic

📋 copy color: '#71555F'

red 113 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #71555F

Tints of Cosmic #71555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 38.57%
G = 29.01%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71555F (or 0x71555F) is known color: Cosmic. HEX triplet: 71, 55 and 5F. RGB value is (113,85,95). Sum of RGB (Red+Green+Blue) = 113+85+95=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #71555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71555F is #8EAAA0. Grayscale: #5E5E5E. Windows color (decimal): -9349793 or 6247793. OLE color: 6247793.

HSL color Cylindrical-coordinate representation of color #71555F: hue angle of 338.57º 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 #71555F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 95 -
CMYK 0 0.25 0.16 0.56
HSL 338.57º 0.14% 0.39% -
HSV(B) 338.57º 0.25% 0.44% -
XYZ 12.12 10.83 12.28 -
YUV 94.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 113 85 95 0 0.25 0.16 0.56 338.57 0.14 0.39
Hex 71 55 5F 0 19 10 38 153 E 27
Octal 161 125 137 0 31 20 70 523 16 47
Binary 1110001 1010101 1011111 0 11001 10000 111000 101010011 1110 100111

Color Harmonies of #71555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71555F

Black with #71555F

Text Example


Text Example

White with #71555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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