Html Css Color HEX #74767B Storm Grey

📋 copy color: '#74767B'

red 116 ◦ green 118 ◦ blue 123

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

Shades of Storm Grey #74767B

Tints of Storm Grey #74767B

RGB

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

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

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

R = 32.49%
G = 33.05%
B = 34.45%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74767B (or 0x74767B) is known color: Storm Grey. HEX triplet: 74, 76 and 7B. RGB value is (116,118,123). Sum of RGB (Red+Green+Blue) = 116+118+123=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #74767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74767B is #8B8984. Grayscale: #757575. Windows color (decimal): -9144709 or 8091252. OLE color: 8091252.

HSL color Cylindrical-coordinate representation of color #74767B: hue angle of 222.86º 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 #74767B is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 118 123 -
CMYK 0.06 0.04 0 0.52
HSL 222.86º 0.03% 0.47% -
HSV(B) 222.86º 0.06% 0.48% -
XYZ 17.26 18.1 21.32 -
YUV 117.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 116 118 123 0.06 0.04 0 0.52 222.86 0.03 0.47
Hex 74 76 7B 6 4 0 34 DF 3 2F
Octal 164 166 173 6 4 0 64 337 3 57
Binary 1110100 1110110 1111011 110 100 0 110100 11011111 11 101111

Color Harmonies of #74767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74767B

Black with #74767B

Text Example


Text Example

White with #74767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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