Html Css Color HEX #768697 Light Slate Grey

📋 copy color: '#768697'

red 118 ◦ green 134 ◦ blue 151

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

Shades of Light Slate Grey #768697

Tints of Light Slate Grey #768697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 29.28%
G = 33.25%
B = 37.47%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#768697 (or 0x768697) is known color: Light Slate Grey. HEX triplet: 76, 86 and 97. RGB value is (118,134,151). Sum of RGB (Red+Green+Blue) = 118+134+151=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #768697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768697 is #897968. Grayscale: #838383. Windows color (decimal): -9009513 or 9930358. OLE color: 9930358.

HSL color Cylindrical-coordinate representation of color #768697: hue angle of 210.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768697 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 134 151 -
CMYK 0.22 0.11 0 0.41
HSL 210.91º 0.14% 0.53% -
HSV(B) 210.91º 0.22% 0.59% -
XYZ 21.58 23.14 32.61 -
YUV 131.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 118 134 151 0.22 0.11 0 0.41 210.91 0.14 0.53
Hex 76 86 97 16 B 0 29 D3 E 35
Octal 166 206 227 26 13 0 51 323 16 65
Binary 1110110 10000110 10010111 10110 1011 0 101001 11010011 1110 110101

Color Harmonies of #768697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768697

Black with #768697

Text Example


Text Example

White with #768697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768697; }

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

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

background-color css

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

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

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

border-color css

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

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

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