Html Css Color HEX #757679 Storm Grey

📋 copy color: '#757679'

red 117 ◦ green 118 ◦ blue 121

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

Shades of Storm Grey #757679

Tints of Storm Grey #757679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 32.87%
G = 33.15%
B = 33.99%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757679 (or 0x757679) is known color: Storm Grey. HEX triplet: 75, 76 and 79. RGB value is (117,118,121). Sum of RGB (Red+Green+Blue) = 117+118+121=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: blue. Hex color #757679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757679 is #8A8986. Grayscale: #767676. Windows color (decimal): -9079175 or 7960181. OLE color: 7960181.

HSL color Cylindrical-coordinate representation of color #757679: hue angle of 225º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757679 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 118 121 -
CMYK 0.03 0.02 0 0.53
HSL 225º 0.02% 0.47% -
HSV(B) 225º 0.03% 0.47% -
XYZ 17.27 18.12 20.68 -
YUV 118.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 117 118 121 0.03 0.02 0 0.53 225 0.02 0.47
Hex 75 76 79 3 2 0 35 E1 2 2F
Octal 165 166 171 3 2 0 65 341 2 57
Binary 1110101 1110110 1111001 11 10 0 110101 11100001 10 101111

Color Harmonies of #757679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757679

Black with #757679

Text Example


Text Example

White with #757679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757679; }

 p { color: rgb(117,118,121); }

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

background-color css

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

 a { background-color: rgb(117,118,121); }

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

border-color css

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

 span { border-color: rgb(117,118,121); }

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