Html Css Color HEX #757B8A Storm Grey

📋 copy color: '#757B8A'

red 117 ◦ green 123 ◦ blue 138

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

Shades of Storm Grey #757B8A

Tints of Storm Grey #757B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 30.95%
G = 32.54%
B = 36.51%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#757B8A (or 0x757B8A) is known color: Storm Grey. HEX triplet: 75, 7B and 8A. RGB value is (117,123,138). Sum of RGB (Red+Green+Blue) = 117+123+138=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #757B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757B8A is #8A8475. Grayscale: #7A7A7A. Windows color (decimal): -9077878 or 9075573. OLE color: 9075573.

HSL color Cylindrical-coordinate representation of color #757B8A: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757B8A is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 123 138 -
CMYK 0.15 0.11 0 0.46
HSL 222.86º 0.08% 0.5% -
HSV(B) 222.86º 0.15% 0.54% -
XYZ 19.01 19.78 26.86 -
YUV 122.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 117 123 138 0.15 0.11 0 0.46 222.86 0.08 0.5
Hex 75 7B 8A F B 0 2E DF 8 32
Octal 165 173 212 17 13 0 56 337 10 62
Binary 1110101 1111011 10001010 1111 1011 0 101110 11011111 1000 110010

Color Harmonies of #757B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B8A

Black with #757B8A

Text Example


Text Example

White with #757B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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