Html Css Color HEX #768995 Light Slate Grey

📋 copy color: '#768995'

red 118 ◦ green 137 ◦ blue 149

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

Shades of Light Slate Grey #768995

Tints of Light Slate Grey #768995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

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

R = 29.21%
G = 33.91%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768995 (or 0x768995) is known color: Light Slate Grey. HEX triplet: 76, 89 and 95. RGB value is (118,137,149). Sum of RGB (Red+Green+Blue) = 118+137+149=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #768995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768995 is #89766A. Grayscale: #848484. Windows color (decimal): -9008747 or 9800054. OLE color: 9800054.

HSL color Cylindrical-coordinate representation of color #768995: hue angle of 203.23º 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 #768995 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 137 149 -
CMYK 0.21 0.08 0 0.42
HSL 203.23º 0.13% 0.52% -
HSV(B) 203.23º 0.21% 0.58% -
XYZ 21.84 23.91 31.9 -
YUV 132.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 118 137 149 0.21 0.08 0 0.42 203.23 0.13 0.52
Hex 76 89 95 15 8 0 2A CB D 34
Octal 166 211 225 25 10 0 52 313 15 64
Binary 1110110 10001001 10010101 10101 1000 0 101010 11001011 1101 110100

Color Harmonies of #768995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768995

Black with #768995

Text Example


Text Example

White with #768995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768995; }

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

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

background-color css

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

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

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

border-color css

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

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

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