#768097

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

Shades of Light Slate Grey #768097

Tints of Light Slate Grey #768097

Color information

#768097 (or 0x768097) is unknown color: approx Light Slate Grey. HEX triplet: 76, 80 and 97. RGB value is (118,128,151). Sum of RGB (Red+Green+Blue) = 118+128+151=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #768097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768097 is #897F68. Grayscale: #7F7F7F. Windows color (decimal): -9011049 or 9928822. OLE color: 9928822.

HSL color Cylindrical-coordinate representation of color #768097: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768097 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118128151-
CMYK0.220.1500.41
HSL221.82º13.69%52.75%-
HSV(B)221.82º21.85%59.22%-
XYZ20.7821.5232.34-
YUV127.63141.19121.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=29.72%
G=32.24%
B=38.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181281510.220.1500.41221.8213.6952.75
Hex76809716F029dee35
Octal16620022726170513361665
Binary111011010000000100101111011011110101001110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768097; }

 p { color: rgb(118,128,151); }

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

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

 a { background-color: rgb(118,128,151); }

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

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

 span { border-color: rgb(118,128,151); }

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