Html Css Color HEX #757B8C Storm Grey

📋 copy color: '#757B8C'

red 117 ◦ green 123 ◦ blue 140

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

Shades of Storm Grey #757B8C

Tints of Storm Grey #757B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 30.79%
G = 32.37%
B = 36.84%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#757B8C (or 0x757B8C) is known color: Storm Grey. HEX triplet: 75, 7B and 8C. RGB value is (117,123,140). Sum of RGB (Red+Green+Blue) = 117+123+140=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #757B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757B8C is #8A8473. Grayscale: #7B7B7B. Windows color (decimal): -9077876 or 9206645. OLE color: 9206645.

HSL color Cylindrical-coordinate representation of color #757B8C: hue angle of 224.35º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757B8C is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 123 140 -
CMYK 0.16 0.12 0 0.45
HSL 224.35º 0.09% 0.5% -
HSV(B) 224.35º 0.16% 0.55% -
XYZ 19.15 19.84 27.63 -
YUV 123.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 117 123 140 0.16 0.12 0 0.45 224.35 0.09 0.5
Hex 75 7B 8C 10 C 0 2D E0 9 32
Octal 165 173 214 20 14 0 55 340 11 62
Binary 1110101 1111011 10001100 10000 1100 0 101101 11100000 1001 110010

Color Harmonies of #757B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B8C

Black with #757B8C

Text Example


Text Example

White with #757B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B8C; }

 p { color: rgb(117,123,140); }

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

background-color css

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

 a { background-color: rgb(117,123,140); }

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

border-color css

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

 span { border-color: rgb(117,123,140); }

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