Html Css Color HEX #75797F Storm Grey

📋 copy color: '#75797F'

red 117 ◦ green 121 ◦ blue 127

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

Shades of Storm Grey #75797F

Tints of Storm Grey #75797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 32.05%
G = 33.15%
B = 34.79%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75797F (or 0x75797F) is known color: Storm Grey. HEX triplet: 75, 79 and 7F. RGB value is (117,121,127). Sum of RGB (Red+Green+Blue) = 117+121+127=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 127 - color contains mainly: blue. Hex color #75797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75797F is #8A8680. Grayscale: #787878. Windows color (decimal): -9078401 or 8354165. OLE color: 8354165.

HSL color Cylindrical-coordinate representation of color #75797F: hue angle of 216º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75797F is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 121 127 -
CMYK 0.08 0.05 0 0.50
HSL 216º 0.04% 0.48% -
HSV(B) 216º 0.08% 0.5% -
XYZ 18 18.99 22.79 -
YUV 120.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 117 121 127 0.08 0.05 0 0.50 216 0.04 0.48
Hex 75 79 7F 8 5 0 32 D8 4 30
Octal 165 171 177 10 5 0 62 330 4 60
Binary 1110101 1111001 1111111 1000 101 0 110010 11011000 100 110000

Color Harmonies of #75797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75797F

Black with #75797F

Text Example


Text Example

White with #75797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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