Html Css Color HEX #77787B Storm Grey

📋 copy color: '#77787B'

red 119 ◦ green 120 ◦ blue 123

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

Shades of Storm Grey #77787B

Tints of Storm Grey #77787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 32.87%
G = 33.15%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77787B (or 0x77787B) is known color: Storm Grey. HEX triplet: 77, 78 and 7B. RGB value is (119,120,123). Sum of RGB (Red+Green+Blue) = 119+120+123=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 123 - color contains mainly: blue. Hex color #77787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77787B is #888784. Grayscale: #787878. Windows color (decimal): -8947589 or 8091767. OLE color: 8091767.

HSL color Cylindrical-coordinate representation of color #77787B: hue angle of 225º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #77787B is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 120 123 -
CMYK 0.03 0.02 0 0.52
HSL 225º 0.02% 0.47% -
HSV(B) 225º 0.03% 0.48% -
XYZ 17.9 18.78 21.42 -
YUV 120.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 119 120 123 0.03 0.02 0 0.52 225 0.02 0.47
Hex 77 78 7B 3 2 0 34 E1 2 2F
Octal 167 170 173 3 2 0 64 341 2 57
Binary 1110111 1111000 1111011 11 10 0 110100 11100001 10 101111

Color Harmonies of #77787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77787B

Black with #77787B

Text Example


Text Example

White with #77787B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,120,123); }

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

background-color css

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

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

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

border-color css

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

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

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