Html Css Color HEX #778088 Slate Grey

📋 copy color: '#778088'

red 119 ◦ green 128 ◦ blue 136

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

Shades of Slate Grey #778088

Tints of Slate Grey #778088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 31.07%
G = 33.42%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#778088 (or 0x778088) is known color: Slate Grey. HEX triplet: 77, 80 and 88. RGB value is (119,128,136). Sum of RGB (Red+Green+Blue) = 119+128+136=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 136 - color contains mainly: blue. Hex color #778088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778088 is #887F77. Grayscale: #7E7E7E. Windows color (decimal): -8945528 or 8945783. OLE color: 8945783.

HSL color Cylindrical-coordinate representation of color #778088: hue angle of 208.24º degrees, saturation: 0.07, 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 #778088 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 128 136 -
CMYK 0.12 0.06 0 0.47
HSL 208.24º 0.07% 0.5% -
HSV(B) 208.24º 0.13% 0.53% -
XYZ 19.77 21.14 26.33 -
YUV 126.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 119 128 136 0.12 0.06 0 0.47 208.24 0.07 0.5
Hex 77 80 88 C 6 0 2F D0 7 32
Octal 167 200 210 14 6 0 57 320 7 62
Binary 1110111 10000000 10001000 1100 110 0 101111 11010000 111 110010

Color Harmonies of #778088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778088

Black with #778088

Text Example


Text Example

White with #778088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778088; }

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

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

background-color css

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

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

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

border-color css

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

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

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