Html Css Color HEX #777783 Storm Grey

📋 copy color: '#777783'

red 119 ◦ green 119 ◦ blue 131

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

Shades of Storm Grey #777783

Tints of Storm Grey #777783

RGB

 RED value IS 119 (46.88% from 255) = 32.25%

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 32.25%
G = 32.25%
B = 35.5%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777783 (or 0x777783) is known color: Storm Grey. HEX triplet: 77, 77 and 83. RGB value is (119,119,131). Sum of RGB (Red+Green+Blue) = 119+119+131=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 131 - color contains mainly: blue. Hex color #777783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777783 is #88887C. Grayscale: #787878. Windows color (decimal): -8947837 or 8615799. OLE color: 8615799.

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

Color convert

RGB 119 119 131 -
CMYK 0.09 0.09 0 0.49
HSL 240º 0.05% 0.49% -
HSV(B) 240º 0.09% 0.51% -
XYZ 18.3 18.75 24.13 -
YUV 120.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 119 119 131 0.09 0.09 0 0.49 240 0.05 0.49
Hex 77 77 83 9 9 0 31 F0 5 31
Octal 167 167 203 11 11 0 61 360 5 61
Binary 1110111 1110111 10000011 1001 1001 0 110001 11110000 101 110001

Color Harmonies of #777783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777783

Black with #777783

Text Example


Text Example

White with #777783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777783; }

 p { color: rgb(119,119,131); }

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

background-color css

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

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

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

border-color css

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

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

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