#768592

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

Shades of Light Slate Grey #768592

Tints of Light Slate Grey #768592

Color information

#768592 (or 0x768592) is unknown color: approx Light Slate Grey. HEX triplet: 76, 85 and 92. RGB value is (118,133,146). Sum of RGB (Red+Green+Blue) = 118+133+146=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #768592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768592 is #897A6D. Grayscale: #818181. Windows color (decimal): -9009774 or 9602422. OLE color: 9602422.

HSL color Cylindrical-coordinate representation of color #768592: hue angle of 207.86º 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 #768592 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118133146-
CMYK0.190.0900.43
HSL207.86º11.38%51.76%-
HSV(B)207.86º19.18%57.25%-
XYZ21.0522.730.47-
YUV130137.03119.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=29.72%
G=33.50%
B=36.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181331460.190.0900.43207.8611.3851.76
Hex76859213902Bd0b34
Octal16620522223110533201364
Binary111011010000101100100101001110010101011110100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768592; }

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

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

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

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

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

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

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

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