#76869D

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

Shades of Light Slate Grey #76869D

Tints of Light Slate Grey #76869D

Color information

#76869D (or 0x76869D) is unknown color: approx Light Slate Grey. HEX triplet: 76, 86 and 9D. RGB value is (118,134,157). Sum of RGB (Red+Green+Blue) = 118+134+157=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #76869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76869D is #897962. Grayscale: #838383. Windows color (decimal): -9009507 or 10323574. OLE color: 10323574.

HSL color Cylindrical-coordinate representation of color #76869D: hue angle of 215.38º 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 #76869D is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118134157-
CMYK0.250.1500.38
HSL215.38º16.6%53.92%-
HSV(B)215.38º24.84%61.57%-
XYZ22.0823.3435.24-
YUV131.84142.2118.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=28.85%
G=32.76%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181341570.250.1500.38215.3816.653.92
Hex76869D19F026d71136
Octal16620623531170463272166
Binary1110110100001101001110111001111101001101101011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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