Html Css Color HEX #74757B Storm Grey

📋 copy color: '#74757B'

red 116 ◦ green 117 ◦ blue 123

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

Shades of Storm Grey #74757B

Tints of Storm Grey #74757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 32.58%
G = 32.87%
B = 34.55%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74757B (or 0x74757B) is known color: Storm Grey. HEX triplet: 74, 75 and 7B. RGB value is (116,117,123). Sum of RGB (Red+Green+Blue) = 116+117+123=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #74757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74757B is #8B8A84. Grayscale: #757575. Windows color (decimal): -9144965 or 8090996. OLE color: 8090996.

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

Color convert

RGB 116 117 123 -
CMYK 0.06 0.05 0 0.52
HSL 231.43º 0.03% 0.47% -
HSV(B) 231.43º 0.06% 0.48% -
XYZ 17.14 17.87 21.28 -
YUV 117.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 116 117 123 0.06 0.05 0 0.52 231.43 0.03 0.47
Hex 74 75 7B 6 5 0 34 E7 3 2F
Octal 164 165 173 6 5 0 64 347 3 57
Binary 1110100 1110101 1111011 110 101 0 110100 11100111 11 101111

Color Harmonies of #74757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74757B

Black with #74757B

Text Example


Text Example

White with #74757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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