Html Css Color HEX #74778B Storm Grey

📋 copy color: '#74778B'

red 116 ◦ green 119 ◦ blue 139

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

Shades of Storm Grey #74778B

Tints of Storm Grey #74778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 31.02%
G = 31.82%
B = 37.17%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74778B (or 0x74778B) is known color: Storm Grey. HEX triplet: 74, 77 and 8B. RGB value is (116,119,139). Sum of RGB (Red+Green+Blue) = 116+119+139=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #74778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74778B is #8B8874. Grayscale: #787878. Windows color (decimal): -9144437 or 9140084. OLE color: 9140084.

HSL color Cylindrical-coordinate representation of color #74778B: hue angle of 232.17º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74778B is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 119 139 -
CMYK 0.17 0.14 0 0.45
HSL 232.17º 0.09% 0.5% -
HSV(B) 232.17º 0.17% 0.55% -
XYZ 18.46 18.77 27.08 -
YUV 120.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 116 119 139 0.17 0.14 0 0.45 232.17 0.09 0.5
Hex 74 77 8B 11 E 0 2D E8 9 32
Octal 164 167 213 21 16 0 55 350 11 62
Binary 1110100 1110111 10001011 10001 1110 0 101101 11101000 1001 110010

Color Harmonies of #74778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74778B

Black with #74778B

Text Example


Text Example

White with #74778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,119,139); }

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

background-color css

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

 a { background-color: rgb(116,119,139); }

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

border-color css

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

 span { border-color: rgb(116,119,139); }

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