Html Css Color HEX #717A85 Storm Grey

📋 copy color: '#717A85'

red 113 ◦ green 122 ◦ blue 133

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

Shades of Storm Grey #717A85

Tints of Storm Grey #717A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 30.71%
G = 33.15%
B = 36.14%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717A85 (or 0x717A85) is known color: Storm Grey. HEX triplet: 71, 7A and 85. RGB value is (113,122,133). Sum of RGB (Red+Green+Blue) = 113+122+133=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #717A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A85 is #8E857A. Grayscale: #787878. Windows color (decimal): -9340283 or 8747633. OLE color: 8747633.

HSL color Cylindrical-coordinate representation of color #717A85: hue angle of 213º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717A85 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 122 133 -
CMYK 0.15 0.08 0 0.48
HSL 213º 0.08% 0.48% -
HSV(B) 213º 0.15% 0.52% -
XYZ 18 19.12 24.93 -
YUV 120.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 113 122 133 0.15 0.08 0 0.48 213 0.08 0.48
Hex 71 7A 85 F 8 0 30 D5 8 30
Octal 161 172 205 17 10 0 60 325 10 60
Binary 1110001 1111010 10000101 1111 1000 0 110000 11010101 1000 110000

Color Harmonies of #717A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A85

Black with #717A85

Text Example


Text Example

White with #717A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A85; }

 p { color: rgb(113,122,133); }

 H1.HeaderClassName
 {
   color: #717A85;
 }
 .AnyTagClassName
 {
   color: #717A85;
 }
</style>

background-color css

<style>
 a { background-color: #717A85; }

 a { background-color: rgb(113,122,133); }

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

border-color css

<style>
 span { border-color: #717A85; }

 span { border-color: rgb(113,122,133); }

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