Html Css Color HEX #73777E Storm Grey

📋 copy color: '#73777E'

red 115 ◦ green 119 ◦ blue 126

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

Shades of Storm Grey #73777E

Tints of Storm Grey #73777E

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

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

R = 31.94%
G = 33.06%
B = 35%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73777E (or 0x73777E) is known color: Storm Grey. HEX triplet: 73, 77 and 7E. RGB value is (115,119,126). Sum of RGB (Red+Green+Blue) = 115+119+126=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 119 (46.88% from 255 or 33.06% 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 #73777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73777E is #8C8881. Grayscale: #767676. Windows color (decimal): -9209986 or 8288115. OLE color: 8288115.

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

Color convert

RGB 115 119 126 -
CMYK 0.09 0.06 0 0.51
HSL 218.18º 0.05% 0.47% -
HSV(B) 218.18º 0.09% 0.49% -
XYZ 17.43 18.34 22.36 -
YUV 118.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 115 119 126 0.09 0.06 0 0.51 218.18 0.05 0.47
Hex 73 77 7E 9 6 0 33 DA 5 2F
Octal 163 167 176 11 6 0 63 332 5 57
Binary 1110011 1110111 1111110 1001 110 0 110011 11011010 101 101111

Color Harmonies of #73777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73777E

Black with #73777E

Text Example


Text Example

White with #73777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,119,126); }

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

background-color css

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

 a { background-color: rgb(115,119,126); }

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

border-color css

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

 span { border-color: rgb(115,119,126); }

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