Html Css Color HEX #768695 Light Slate Grey

📋 copy color: '#768695'

red 118 ◦ green 134 ◦ blue 149

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

Shades of Light Slate Grey #768695

Tints of Light Slate Grey #768695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 29.43%
G = 33.42%
B = 37.16%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768695 (or 0x768695) is known color: Light Slate Grey. HEX triplet: 76, 86 and 95. RGB value is (118,134,149). Sum of RGB (Red+Green+Blue) = 118+134+149=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #768695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768695 is #89796A. Grayscale: #828282. Windows color (decimal): -9009515 or 9799286. OLE color: 9799286.

HSL color Cylindrical-coordinate representation of color #768695: hue angle of 209.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768695 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 134 149 -
CMYK 0.21 0.10 0 0.42
HSL 209.03º 0.13% 0.52% -
HSV(B) 209.03º 0.21% 0.58% -
XYZ 21.42 23.07 31.76 -
YUV 130.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 118 134 149 0.21 0.10 0 0.42 209.03 0.13 0.52
Hex 76 86 95 15 A 0 2A D1 D 34
Octal 166 206 225 25 12 0 52 321 15 64
Binary 1110110 10000110 10010101 10101 1010 0 101010 11010001 1101 110100

Color Harmonies of #768695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768695

Black with #768695

Text Example


Text Example

White with #768695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768695; }

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

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

background-color css

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

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

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

border-color css

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

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

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