Html Css Color HEX #74757F Storm Grey

📋 copy color: '#74757F'

red 116 ◦ green 117 ◦ blue 127

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

Shades of Storm Grey #74757F

Tints of Storm Grey #74757F

RGB

 RED value IS 116 (45.7% from 255) = 32.22%

 GREEN value IS 117 (46.09% from 255) = 32.5%

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

R = 32.22%
G = 32.5%
B = 35.28%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74757F (or 0x74757F) is known color: Storm Grey. HEX triplet: 74, 75 and 7F. RGB value is (116,117,127). Sum of RGB (Red+Green+Blue) = 116+117+127=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #74757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74757F is #8B8A80. Grayscale: #757575. Windows color (decimal): -9144961 or 8353140. OLE color: 8353140.

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

Color convert

RGB 116 117 127 -
CMYK 0.09 0.08 0 0.50
HSL 234.55º 0.05% 0.48% -
HSV(B) 234.55º 0.09% 0.5% -
XYZ 17.39 17.97 22.63 -
YUV 117.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 116 117 127 0.09 0.08 0 0.50 234.55 0.05 0.48
Hex 74 75 7F 9 8 0 32 EB 5 30
Octal 164 165 177 11 10 0 62 353 5 60
Binary 1110100 1110101 1111111 1001 1000 0 110010 11101011 101 110000

Color Harmonies of #74757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74757F

Black with #74757F

Text Example


Text Example

White with #74757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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