Html Css Color HEX #768B99 Light Slate Grey

📋 copy color: '#768B99'

red 118 ◦ green 139 ◦ blue 153

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

Shades of Light Slate Grey #768B99

Tints of Light Slate Grey #768B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 28.78%
G = 33.9%
B = 37.32%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#768B99 (or 0x768B99) is known color: Light Slate Grey. HEX triplet: 76, 8B and 99. RGB value is (118,139,153). Sum of RGB (Red+Green+Blue) = 118+139+153=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #768B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B99 is #897466. Grayscale: #868686. Windows color (decimal): -9008231 or 10062710. OLE color: 10062710.

HSL color Cylindrical-coordinate representation of color #768B99: hue angle of 204º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768B99 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 139 153 -
CMYK 0.23 0.09 0 0.4
HSL 204º 0.15% 0.53% -
HSV(B) 204º 0.23% 0.6% -
XYZ 22.45 24.62 33.71 -
YUV 134.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 118 139 153 0.23 0.09 0 0.4 204 0.15 0.53
Hex 76 8B 99 17 9 0 28 CC F 35
Octal 166 213 231 27 11 0 50 314 17 65
Binary 1110110 10001011 10011001 10111 1001 0 101000 11001100 1111 110101

Color Harmonies of #768B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B99

Black with #768B99

Text Example


Text Example

White with #768B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768B99; }

 p { color: rgb(118,139,153); }

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

background-color css

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

 a { background-color: rgb(118,139,153); }

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

border-color css

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

 span { border-color: rgb(118,139,153); }

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