Html Css Color HEX #757897 Storm Grey

📋 copy color: '#757897'

red 117 ◦ green 120 ◦ blue 151

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

Shades of Storm Grey #757897

Tints of Storm Grey #757897

RGB

 RED value IS 117 (46.09% from 255) = 30.15%

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 30.15%
G = 30.93%
B = 38.92%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757897 (or 0x757897) is known color: Storm Grey. HEX triplet: 75, 78 and 97. RGB value is (117,120,151). Sum of RGB (Red+Green+Blue) = 117+120+151=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #757897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757897 is #8A8768. Grayscale: #7A7A7A. Windows color (decimal): -9078633 or 9926773. OLE color: 9926773.

HSL color Cylindrical-coordinate representation of color #757897: hue angle of 234.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757897 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 120 151 -
CMYK 0.23 0.21 0 0.41
HSL 234.71º 0.14% 0.53% -
HSV(B) 234.71º 0.23% 0.59% -
XYZ 19.64 19.45 32 -
YUV 122.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 117 120 151 0.23 0.21 0 0.41 234.71 0.14 0.53
Hex 75 78 97 17 15 0 29 EB E 35
Octal 165 170 227 27 25 0 51 353 16 65
Binary 1110101 1111000 10010111 10111 10101 0 101001 11101011 1110 110101

Color Harmonies of #757897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757897

Black with #757897

Text Example


Text Example

White with #757897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757897; }

 p { color: rgb(117,120,151); }

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

background-color css

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

 a { background-color: rgb(117,120,151); }

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

border-color css

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

 span { border-color: rgb(117,120,151); }

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