Html Css Color HEX #75777F Storm Grey

📋 copy color: '#75777F'

red 117 ◦ green 119 ◦ blue 127

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

Shades of Storm Grey #75777F

Tints of Storm Grey #75777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 32.23%
G = 32.78%
B = 34.99%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75777F (or 0x75777F) is known color: Storm Grey. HEX triplet: 75, 77 and 7F. RGB value is (117,119,127). Sum of RGB (Red+Green+Blue) = 117+119+127=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 127 - color contains mainly: blue. Hex color #75777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75777F is #8A8880. Grayscale: #777777. Windows color (decimal): -9078913 or 8353653. OLE color: 8353653.

HSL color Cylindrical-coordinate representation of color #75777F: hue angle of 228º 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 #75777F is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 119 127 -
CMYK 0.08 0.06 0 0.50
HSL 228º 0.04% 0.48% -
HSV(B) 228º 0.08% 0.5% -
XYZ 17.76 18.51 22.71 -
YUV 119.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 117 119 127 0.08 0.06 0 0.50 228 0.04 0.48
Hex 75 77 7F 8 6 0 32 E4 4 30
Octal 165 167 177 10 6 0 62 344 4 60
Binary 1110101 1110111 1111111 1000 110 0 110010 11100100 100 110000

Color Harmonies of #75777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75777F

Black with #75777F

Text Example


Text Example

White with #75777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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