Html Css Color HEX #74767C Storm Grey

📋 copy color: '#74767C'

red 116 ◦ green 118 ◦ blue 124

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

Shades of Storm Grey #74767C

Tints of Storm Grey #74767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 32.4%
G = 32.96%
B = 34.64%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74767C (or 0x74767C) is known color: Storm Grey. HEX triplet: 74, 76 and 7C. RGB value is (116,118,124). Sum of RGB (Red+Green+Blue) = 116+118+124=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #74767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74767C is #8B8983. Grayscale: #767676. Windows color (decimal): -9144708 or 8156788. OLE color: 8156788.

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

Color convert

RGB 116 118 124 -
CMYK 0.06 0.05 0 0.51
HSL 225º 0.03% 0.47% -
HSV(B) 225º 0.06% 0.49% -
XYZ 17.32 18.13 21.65 -
YUV 118.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 116 118 124 0.06 0.05 0 0.51 225 0.03 0.47
Hex 74 76 7C 6 5 0 33 E1 3 2F
Octal 164 166 174 6 5 0 63 341 3 57
Binary 1110100 1110110 1111100 110 101 0 110011 11100001 11 101111

Color Harmonies of #74767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74767C

Black with #74767C

Text Example


Text Example

White with #74767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74767C; }

 p { color: rgb(116,118,124); }

 H1.HeaderClassName
 {
   color: #74767C;
 }
 .AnyTagClassName
 {
   color: #74767C;
 }
</style>

background-color css

<style>
 a { background-color: #74767C; }

 a { background-color: rgb(116,118,124); }

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

border-color css

<style>
 span { border-color: #74767C; }

 span { border-color: rgb(116,118,124); }

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