Html Css Color HEX #73777F Storm Grey

📋 copy color: '#73777F'

red 115 ◦ green 119 ◦ blue 127

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

Shades of Storm Grey #73777F

Tints of Storm Grey #73777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 31.86%
G = 32.96%
B = 35.18%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73777F (or 0x73777F) is known color: Storm Grey. HEX triplet: 73, 77 and 7F. RGB value is (115,119,127). Sum of RGB (Red+Green+Blue) = 115+119+127=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 127 - color contains mainly: blue. Hex color #73777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73777F is #8C8880. Grayscale: #767676. Windows color (decimal): -9209985 or 8353651. OLE color: 8353651.

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

Color convert

RGB 115 119 127 -
CMYK 0.09 0.06 0 0.50
HSL 220º 0.05% 0.47% -
HSV(B) 220º 0.09% 0.5% -
XYZ 17.5 18.37 22.7 -
YUV 118.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 115 119 127 0.09 0.06 0 0.50 220 0.05 0.47
Hex 73 77 7F 9 6 0 32 DC 5 2F
Octal 163 167 177 11 6 0 62 334 5 57
Binary 1110011 1110111 1111111 1001 110 0 110010 11011100 101 101111

Color Harmonies of #73777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73777F

Black with #73777F

Text Example


Text Example

White with #73777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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