Html Css Color HEX #768897 Light Slate Grey

📋 copy color: '#768897'

red 118 ◦ green 136 ◦ blue 151

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

Shades of Light Slate Grey #768897

Tints of Light Slate Grey #768897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 29.14%
G = 33.58%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#768897 (or 0x768897) is known color: Light Slate Grey. HEX triplet: 76, 88 and 97. RGB value is (118,136,151). Sum of RGB (Red+Green+Blue) = 118+136+151=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #768897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768897 is #897768. Grayscale: #848484. Windows color (decimal): -9009001 or 9930870. OLE color: 9930870.

HSL color Cylindrical-coordinate representation of color #768897: hue angle of 207.27º 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 #768897 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 136 151 -
CMYK 0.22 0.10 0 0.41
HSL 207.27º 0.14% 0.53% -
HSV(B) 207.27º 0.22% 0.59% -
XYZ 21.86 23.69 32.7 -
YUV 132.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 118 136 151 0.22 0.10 0 0.41 207.27 0.14 0.53
Hex 76 88 97 16 A 0 29 CF E 35
Octal 166 210 227 26 12 0 51 317 16 65
Binary 1110110 10001000 10010111 10110 1010 0 101001 11001111 1110 110101

Color Harmonies of #768897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768897

Black with #768897

Text Example


Text Example

White with #768897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768897; }

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

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

background-color css

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

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

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

border-color css

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

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

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