Html Css Color HEX #777885 Storm Grey

📋 copy color: '#777885'

red 119 ◦ green 120 ◦ blue 133

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

Shades of Storm Grey #777885

Tints of Storm Grey #777885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 31.99%
G = 32.26%
B = 35.75%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777885 (or 0x777885) is known color: Storm Grey. HEX triplet: 77, 78 and 85. RGB value is (119,120,133). Sum of RGB (Red+Green+Blue) = 119+120+133=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #777885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777885 is #88877A. Grayscale: #797979. Windows color (decimal): -8947579 or 8747127. OLE color: 8747127.

HSL color Cylindrical-coordinate representation of color #777885: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777885 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 120 133 -
CMYK 0.11 0.10 0 0.48
HSL 235.71º 0.06% 0.49% -
HSV(B) 235.71º 0.11% 0.52% -
XYZ 18.56 19.05 24.89 -
YUV 121.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 119 120 133 0.11 0.10 0 0.48 235.71 0.06 0.49
Hex 77 78 85 B A 0 30 EC 6 31
Octal 167 170 205 13 12 0 60 354 6 61
Binary 1110111 1111000 10000101 1011 1010 0 110000 11101100 110 110001

Color Harmonies of #777885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777885

Black with #777885

Text Example


Text Example

White with #777885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777885; }

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

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

background-color css

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

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

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

border-color css

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

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

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