#77838F

Color #77838F Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #77838F

Tints of Slate Grey #77838F

Color information

#77838F (or 0x77838F) is unknown color: approx Slate Grey. HEX triplet: 77, 83 and 8F. RGB value is (119,131,143). Sum of RGB (Red+Green+Blue) = 119+131+143=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #77838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77838F is #887C70. Grayscale: #808080. Windows color (decimal): -8944753 or 9405303. OLE color: 9405303.

HSL color Cylindrical-coordinate representation of color #77838F: hue angle of 210º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77838F is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119131143-
CMYK0.170.0800.44
HSL210º9.68%51.37%-
HSV(B)210º16.78%56.08%-
XYZ20.6822.1429.17-
YUV128.78136.02121.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=30.28%
G=33.33%
B=36.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191311430.170.0800.442109.6851.37
Hex77838F11802Cd2a33
Octal16720321721100543221263
Binary111011110000011100011111000110000101100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77838F; }

 p { color: rgb(119,131,143); }

 H1.HeaderClassName
 {
   color: #77838F;
 }
 .AnyTagClassName
 {
   color: #77838F;
 }
</style>
background-color css

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

 a { background-color: rgb(119,131,143); }

 div.DivClassName
 {
   background-color: #77838F;
 }
 .BgClassName
 {
   background-color: #77838F;
 }
</style>
border-color css

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

 span { border-color: rgb(119,131,143); }

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