#76879D

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

Shades of Light Slate Grey #76879D

Tints of Light Slate Grey #76879D

Color information

#76879D (or 0x76879D) is unknown color: approx Light Slate Grey. HEX triplet: 76, 87 and 9D. RGB value is (118,135,157). Sum of RGB (Red+Green+Blue) = 118+135+157=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #76879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76879D is #897862. Grayscale: #848484. Windows color (decimal): -9009251 or 10323830. OLE color: 10323830.

HSL color Cylindrical-coordinate representation of color #76879D: hue angle of 213.85º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76879D is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118135157-
CMYK0.250.1400.38
HSL213.85º16.6%53.92%-
HSV(B)213.85º24.84%61.57%-
XYZ22.2223.6135.29-
YUV132.42141.87117.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=28.78%
G=32.93%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181351570.250.1400.38213.8516.653.92
Hex76879D19E026d61136
Octal16620723531160463262166
Binary1110110100001111001110111001111001001101101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76879D; }

 p { color: rgb(118,135,157); }

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

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

 a { background-color: rgb(118,135,157); }

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

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

 span { border-color: rgb(118,135,157); }

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