Html Css Color HEX #74767E Storm Grey

📋 copy color: '#74767E'

red 116 ◦ green 118 ◦ blue 126

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

Shades of Storm Grey #74767E

Tints of Storm Grey #74767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35%

R = 32.22%
G = 32.78%
B = 35%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74767E (or 0x74767E) is known color: Storm Grey. HEX triplet: 74, 76 and 7E. RGB value is (116,118,126). Sum of RGB (Red+Green+Blue) = 116+118+126=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 126 - color contains mainly: blue. Hex color #74767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74767E is #8B8981. Grayscale: #767676. Windows color (decimal): -9144706 or 8287860. OLE color: 8287860.

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

Color convert

RGB 116 118 126 -
CMYK 0.08 0.06 0 0.51
HSL 228º 0.04% 0.47% -
HSV(B) 228º 0.08% 0.49% -
XYZ 17.45 18.18 22.33 -
YUV 118.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 116 118 126 0.08 0.06 0 0.51 228 0.04 0.47
Hex 74 76 7E 8 6 0 33 E4 4 2F
Octal 164 166 176 10 6 0 63 344 4 57
Binary 1110100 1110110 1111110 1000 110 0 110011 11100100 100 101111

Color Harmonies of #74767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74767E

Black with #74767E

Text Example


Text Example

White with #74767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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