Html Css Color HEX #768699 Light Slate Grey

📋 copy color: '#768699'

red 118 ◦ green 134 ◦ blue 153

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

Shades of Light Slate Grey #768699

Tints of Light Slate Grey #768699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

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

R = 29.14%
G = 33.09%
B = 37.78%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#768699 (or 0x768699) is known color: Light Slate Grey. HEX triplet: 76, 86 and 99. RGB value is (118,134,153). Sum of RGB (Red+Green+Blue) = 118+134+153=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #768699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768699 is #897966. Grayscale: #838383. Windows color (decimal): -9009511 or 10061430. OLE color: 10061430.

HSL color Cylindrical-coordinate representation of color #768699: hue angle of 212.57º 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 #768699 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 134 153 -
CMYK 0.23 0.12 0 0.4
HSL 212.57º 0.15% 0.53% -
HSV(B) 212.57º 0.23% 0.6% -
XYZ 21.75 23.2 33.47 -
YUV 131.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 118 134 153 0.23 0.12 0 0.4 212.57 0.15 0.53
Hex 76 86 99 17 C 0 28 D5 F 35
Octal 166 206 231 27 14 0 50 325 17 65
Binary 1110110 10000110 10011001 10111 1100 0 101000 11010101 1111 110101

Color Harmonies of #768699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768699

Black with #768699

Text Example


Text Example

White with #768699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768699; }

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

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

background-color css

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

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

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

border-color css

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

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

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