Html Css Color HEX #787A8C Storm Grey

📋 copy color: '#787A8C'

red 120 ◦ green 122 ◦ blue 140

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

Shades of Storm Grey #787A8C

Tints of Storm Grey #787A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 31.41%
G = 31.94%
B = 36.65%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#787A8C (or 0x787A8C) is known color: Storm Grey. HEX triplet: 78, 7A and 8C. RGB value is (120,122,140). Sum of RGB (Red+Green+Blue) = 120+122+140=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #787A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A8C is #878573. Grayscale: #7B7B7B. Windows color (decimal): -8881524 or 9206392. OLE color: 9206392.

HSL color Cylindrical-coordinate representation of color #787A8C: hue angle of 234º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #787A8C is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 122 140 -
CMYK 0.14 0.13 0 0.45
HSL 234º 0.08% 0.51% -
HSV(B) 234º 0.14% 0.55% -
XYZ 19.44 19.81 27.61 -
YUV 123.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 120 122 140 0.14 0.13 0 0.45 234 0.08 0.51
Hex 78 7A 8C E D 0 2D EA 8 33
Octal 170 172 214 16 15 0 55 352 10 63
Binary 1111000 1111010 10001100 1110 1101 0 101101 11101010 1000 110011

Color Harmonies of #787A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A8C

Black with #787A8C

Text Example


Text Example

White with #787A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,122,140); }

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

background-color css

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

 a { background-color: rgb(120,122,140); }

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

border-color css

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

 span { border-color: rgb(120,122,140); }

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