Html Css Color HEX #787C85 Storm Grey

📋 copy color: '#787C85'

red 120 ◦ green 124 ◦ blue 133

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

Shades of Storm Grey #787C85

Tints of Storm Grey #787C85

RGB

 RED value IS 120 (47.27% from 255) = 31.83%

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 31.83%
G = 32.89%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787C85 (or 0x787C85) is known color: Storm Grey. HEX triplet: 78, 7C and 85. RGB value is (120,124,133). Sum of RGB (Red+Green+Blue) = 120+124+133=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #787C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C85 is #87837A. Grayscale: #7B7B7B. Windows color (decimal): -8881019 or 8748152. OLE color: 8748152.

HSL color Cylindrical-coordinate representation of color #787C85: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787C85 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 124 133 -
CMYK 0.10 0.07 0 0.48
HSL 221.54º 0.05% 0.5% -
HSV(B) 221.54º 0.1% 0.52% -
XYZ 19.19 20.1 25.06 -
YUV 123.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 120 124 133 0.10 0.07 0 0.48 221.54 0.05 0.5
Hex 78 7C 85 A 7 0 30 DE 5 32
Octal 170 174 205 12 7 0 60 336 5 62
Binary 1111000 1111100 10000101 1010 111 0 110000 11011110 101 110010

Color Harmonies of #787C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C85

Black with #787C85

Text Example


Text Example

White with #787C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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