Html Css Color HEX #71748B Storm Grey

📋 copy color: '#71748B'

red 113 ◦ green 116 ◦ blue 139

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

Shades of Storm Grey #71748B

Tints of Storm Grey #71748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 30.71%
G = 31.52%
B = 37.77%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71748B (or 0x71748B) is known color: Storm Grey. HEX triplet: 71, 74 and 8B. RGB value is (113,116,139). Sum of RGB (Red+Green+Blue) = 113+116+139=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #71748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71748B is #8E8B74. Grayscale: #757575. Windows color (decimal): -9341813 or 9139313. OLE color: 9139313.

HSL color Cylindrical-coordinate representation of color #71748B: hue angle of 233.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71748B is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 116 139 -
CMYK 0.19 0.17 0 0.45
HSL 233.08º 0.1% 0.49% -
HSV(B) 233.08º 0.19% 0.55% -
XYZ 17.72 17.87 26.94 -
YUV 117.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 113 116 139 0.19 0.17 0 0.45 233.08 0.1 0.49
Hex 71 74 8B 13 11 0 2D E9 A 31
Octal 161 164 213 23 21 0 55 351 12 61
Binary 1110001 1110100 10001011 10011 10001 0 101101 11101001 1010 110001

Color Harmonies of #71748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71748B

Black with #71748B

Text Example


Text Example

White with #71748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71748B; }

 p { color: rgb(113,116,139); }

 H1.HeaderClassName
 {
   color: #71748B;
 }
 .AnyTagClassName
 {
   color: #71748B;
 }
</style>

background-color css

<style>
 a { background-color: #71748B; }

 a { background-color: rgb(113,116,139); }

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

border-color css

<style>
 span { border-color: #71748B; }

 span { border-color: rgb(113,116,139); }

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