Html Css Color HEX #768899 Light Slate Grey

📋 copy color: '#768899'

red 118 ◦ green 136 ◦ blue 153

#768899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #768899

Tints of Light Slate Grey #768899

RGB

 RED value IS 118 (46.48% from 255) = 28.99%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 28.99%
G = 33.42%
B = 37.59%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#768899 (or 0x768899) is known color: Light Slate Grey. HEX triplet: 76, 88 and 99. RGB value is (118,136,153). Sum of RGB (Red+Green+Blue) = 118+136+153=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #768899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768899 is #897766. Grayscale: #848484. Windows color (decimal): -9008999 or 10061942. OLE color: 10061942.

HSL color Cylindrical-coordinate representation of color #768899: hue angle of 209.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768899 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 136 153 -
CMYK 0.23 0.11 0 0.4
HSL 209.14º 0.15% 0.53% -
HSV(B) 209.14º 0.23% 0.6% -
XYZ 22.03 23.76 33.56 -
YUV 132.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 118 136 153 0.23 0.11 0 0.4 209.14 0.15 0.53
Hex 76 88 99 17 B 0 28 D1 F 35
Octal 166 210 231 27 13 0 50 321 17 65
Binary 1110110 10001000 10011001 10111 1011 0 101000 11010001 1111 110101

Color Harmonies of #768899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768899

Black with #768899

Text Example


Text Example

White with #768899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768899; }

 p { color: rgb(118,136,153); }

 H1.HeaderClassName
 {
   color: #768899;
 }
 .AnyTagClassName
 {
   color: #768899;
 }
</style>

background-color css

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

 a { background-color: rgb(118,136,153); }

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

border-color css

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

 span { border-color: rgb(118,136,153); }

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