Html Css Color HEX #71545F Cosmic

📋 copy color: '#71545F'

red 113 ◦ green 84 ◦ blue 95

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

Shades of Cosmic #71545F

Tints of Cosmic #71545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

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

R = 38.7%
G = 28.77%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71545F (or 0x71545F) is known color: Cosmic. HEX triplet: 71, 54 and 5F. RGB value is (113,84,95). Sum of RGB (Red+Green+Blue) = 113+84+95=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71545F is #8EABA0. Grayscale: #5D5D5D. Windows color (decimal): -9350049 or 6247537. OLE color: 6247537.

HSL color Cylindrical-coordinate representation of color #71545F: hue angle of 337.24º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71545F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 95 -
CMYK 0 0.26 0.16 0.56
HSL 337.24º 0.15% 0.39% -
HSV(B) 337.24º 0.26% 0.44% -
XYZ 12.05 10.68 12.25 -
YUV 93.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 113 84 95 0 0.26 0.16 0.56 337.24 0.15 0.39
Hex 71 54 5F 0 1A 10 38 151 F 27
Octal 161 124 137 0 32 20 70 521 17 47
Binary 1110001 1010100 1011111 0 11010 10000 111000 101010001 1111 100111

Color Harmonies of #71545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71545F

Black with #71545F

Text Example


Text Example

White with #71545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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