Html Css Color HEX #768496 Light Slate Grey

📋 copy color: '#768496'

red 118 ◦ green 132 ◦ blue 150

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

Shades of Light Slate Grey #768496

Tints of Light Slate Grey #768496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33%

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 29.5%
G = 33%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#768496 (or 0x768496) is known color: Light Slate Grey. HEX triplet: 76, 84 and 96. RGB value is (118,132,150). Sum of RGB (Red+Green+Blue) = 118+132+150=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #768496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768496 is #897B69. Grayscale: #818181. Windows color (decimal): -9010026 or 9864310. OLE color: 9864310.

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

Color convert

RGB 118 132 150 -
CMYK 0.21 0.12 0 0.41
HSL 213.75º 0.13% 0.53% -
HSV(B) 213.75º 0.21% 0.59% -
XYZ 21.23 22.56 32.09 -
YUV 129.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 118 132 150 0.21 0.12 0 0.41 213.75 0.13 0.53
Hex 76 84 96 15 C 0 29 D6 D 35
Octal 166 204 226 25 14 0 51 326 15 65
Binary 1110110 10000100 10010110 10101 1100 0 101001 11010110 1101 110101

Color Harmonies of #768496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768496

Black with #768496

Text Example


Text Example

White with #768496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768496; }

 p { color: rgb(118,132,150); }

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

background-color css

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

 a { background-color: rgb(118,132,150); }

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

border-color css

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

 span { border-color: rgb(118,132,150); }

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