#768694

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

Shades of Light Slate Grey #768694

Tints of Light Slate Grey #768694

Color information

#768694 (or 0x768694) is unknown color: approx Light Slate Grey. HEX triplet: 76, 86 and 94. RGB value is (118,134,148). Sum of RGB (Red+Green+Blue) = 118+134+148=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #768694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768694 is #89796B. Grayscale: #828282. Windows color (decimal): -9009516 or 9733750. OLE color: 9733750.

HSL color Cylindrical-coordinate representation of color #768694: hue angle of 208º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768694 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118134148-
CMYK0.200.0900.42
HSL208º12.3%52.16%-
HSV(B)208º20.27%58.04%-
XYZ21.3423.0431.34-
YUV130.81137.7118.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 148 (58.20% from 255) = 37%
R=29.5%
G=33.5%
B=37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181341480.200.0900.4220812.352.16
Hex76869414902Ad0c34
Octal16620622424110523201464
Binary111011010000110100101001010010010101010110100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768694; }

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

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

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

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

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

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

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

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