Html Css Color HEX #768798 Light Slate Grey

📋 copy color: '#768798'

red 118 ◦ green 135 ◦ blue 152

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

Shades of Light Slate Grey #768798

Tints of Light Slate Grey #768798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 29.14%
G = 33.33%
B = 37.53%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#768798 (or 0x768798) is known color: Light Slate Grey. HEX triplet: 76, 87 and 98. RGB value is (118,135,152). Sum of RGB (Red+Green+Blue) = 118+135+152=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #768798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768798 is #897867. Grayscale: #838383. Windows color (decimal): -9009256 or 9996150. OLE color: 9996150.

HSL color Cylindrical-coordinate representation of color #768798: hue angle of 210º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768798 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 135 152 -
CMYK 0.22 0.11 0 0.40
HSL 210º 0.14% 0.53% -
HSV(B) 210º 0.22% 0.6% -
XYZ 21.8 23.45 33.08 -
YUV 131.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 118 135 152 0.22 0.11 0 0.40 210 0.14 0.53
Hex 76 87 98 16 B 0 28 D2 E 35
Octal 166 207 230 26 13 0 50 322 16 65
Binary 1110110 10000111 10011000 10110 1011 0 101000 11010010 1110 110101

Color Harmonies of #768798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768798

Black with #768798

Text Example


Text Example

White with #768798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768798; }

 p { color: rgb(118,135,152); }

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

background-color css

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

 a { background-color: rgb(118,135,152); }

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

border-color css

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

 span { border-color: rgb(118,135,152); }

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