Html Css Color HEX #778087 Slate Grey

📋 copy color: '#778087'

red 119 ◦ green 128 ◦ blue 135

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

Shades of Slate Grey #778087

Tints of Slate Grey #778087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 135 (53.13% from 255) = 35.34%

R = 31.15%
G = 33.51%
B = 35.34%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#778087 (or 0x778087) is known color: Slate Grey. HEX triplet: 77, 80 and 87. RGB value is (119,128,135). Sum of RGB (Red+Green+Blue) = 119+128+135=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 135 - color contains mainly: blue. Hex color #778087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778087 is #887F78. Grayscale: #7E7E7E. Windows color (decimal): -8945529 or 8880247. OLE color: 8880247.

HSL color Cylindrical-coordinate representation of color #778087: hue angle of 206.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778087 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 128 135 -
CMYK 0.12 0.05 0 0.47
HSL 206.25º 0.06% 0.5% -
HSV(B) 206.25º 0.12% 0.53% -
XYZ 19.7 21.11 25.96 -
YUV 126.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 119 128 135 0.12 0.05 0 0.47 206.25 0.06 0.5
Hex 77 80 87 C 5 0 2F CE 6 32
Octal 167 200 207 14 5 0 57 316 6 62
Binary 1110111 10000000 10000111 1100 101 0 101111 11001110 110 110010

Color Harmonies of #778087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778087

Black with #778087

Text Example


Text Example

White with #778087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778087; }

 p { color: rgb(119,128,135); }

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

background-color css

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

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

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

border-color css

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

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

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