Html Css Color HEX #768799 Light Slate Grey

📋 copy color: '#768799'

red 118 ◦ green 135 ◦ blue 153

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

Shades of Light Slate Grey #768799

Tints of Light Slate Grey #768799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 29.06%
G = 33.25%
B = 37.68%

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

#768799 (or 0x768799) is known color: Light Slate Grey. HEX triplet: 76, 87 and 99. RGB value is (118,135,153). Sum of RGB (Red+Green+Blue) = 118+135+153=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #768799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768799 is #897866. Grayscale: #838383. Windows color (decimal): -9009255 or 10061686. OLE color: 10061686.

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

Color convert

RGB 118 135 153 -
CMYK 0.23 0.12 0 0.4
HSL 210.86º 0.15% 0.53% -
HSV(B) 210.86º 0.23% 0.6% -
XYZ 21.88 23.48 33.52 -
YUV 131.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 118 135 153 0.23 0.12 0 0.4 210.86 0.15 0.53
Hex 76 87 99 17 C 0 28 D3 F 35
Octal 166 207 231 27 14 0 50 323 17 65
Binary 1110110 10000111 10011001 10111 1100 0 101000 11010011 1111 110101

Color Harmonies of #768799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768799

Black with #768799

Text Example


Text Example

White with #768799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768799; }

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

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

background-color css

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

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

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

border-color css

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

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

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