#768591

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

Shades of Slate Grey #768591

Tints of Slate Grey #768591

Color information

#768591 (or 0x768591) is unknown color: approx Slate Grey. HEX triplet: 76, 85 and 91. RGB value is (118,133,145). Sum of RGB (Red+Green+Blue) = 118+133+145=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #768591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768591 is #897A6E. Grayscale: #818181. Windows color (decimal): -9009775 or 9536886. OLE color: 9536886.

HSL color Cylindrical-coordinate representation of color #768591: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768591 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118133145-
CMYK0.190.0800.43
HSL206.67º10.93%51.57%-
HSV(B)206.67º18.62%56.86%-
XYZ20.9722.6730.06-
YUV129.88136.53119.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=29.80%
G=33.59%
B=36.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181331450.190.0800.43206.6710.9351.57
Hex76859113802Bcfb34
Octal16620522123100533171364
Binary111011010000101100100011001110000101011110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768591; }

 p { color: rgb(118,133,145); }

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

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

 a { background-color: rgb(118,133,145); }

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

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

 span { border-color: rgb(118,133,145); }

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