Html Css Color HEX #74757A Storm Grey

📋 copy color: '#74757A'

red 116 ◦ green 117 ◦ blue 122

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

Shades of Storm Grey #74757A

Tints of Storm Grey #74757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 32.68%
G = 32.96%
B = 34.37%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74757A (or 0x74757A) is known color: Storm Grey. HEX triplet: 74, 75 and 7A. RGB value is (116,117,122). Sum of RGB (Red+Green+Blue) = 116+117+122=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #74757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74757A is #8B8A85. Grayscale: #757575. Windows color (decimal): -9144966 or 8025460. OLE color: 8025460.

HSL color Cylindrical-coordinate representation of color #74757A: hue angle of 230º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #74757A is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 117 122 -
CMYK 0.05 0.04 0 0.52
HSL 230º 0.03% 0.47% -
HSV(B) 230º 0.05% 0.48% -
XYZ 17.08 17.84 20.96 -
YUV 117.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 116 117 122 0.05 0.04 0 0.52 230 0.03 0.47
Hex 74 75 7A 5 4 0 34 E6 3 2F
Octal 164 165 172 5 4 0 64 346 3 57
Binary 1110100 1110101 1111010 101 100 0 110100 11100110 11 101111

Color Harmonies of #74757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74757A

Black with #74757A

Text Example


Text Example

White with #74757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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