Html Css Color HEX #768097 Light Slate Grey

📋 copy color: '#768097'

red 118 ◦ green 128 ◦ blue 151

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

Shades of Light Slate Grey #768097

Tints of Light Slate Grey #768097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 29.72%
G = 32.24%
B = 38.04%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#768097 (or 0x768097) is known color: Light Slate Grey. HEX triplet: 76, 80 and 97. RGB value is (118,128,151). Sum of RGB (Red+Green+Blue) = 118+128+151=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #768097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768097 is #897F68. Grayscale: #7F7F7F. Windows color (decimal): -9011049 or 9928822. OLE color: 9928822.

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

Color convert

RGB 118 128 151 -
CMYK 0.22 0.15 0 0.41
HSL 221.82º 0.14% 0.53% -
HSV(B) 221.82º 0.22% 0.59% -
XYZ 20.78 21.52 32.34 -
YUV 127.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 118 128 151 0.22 0.15 0 0.41 221.82 0.14 0.53
Hex 76 80 97 16 F 0 29 DE E 35
Octal 166 200 227 26 17 0 51 336 16 65
Binary 1110110 10000000 10010111 10110 1111 0 101001 11011110 1110 110101

Color Harmonies of #768097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768097

Black with #768097

Text Example


Text Example

White with #768097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768097; }

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

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

background-color css

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

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

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

border-color css

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

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

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