Html Css Color HEX #768898 Light Slate Grey

📋 copy color: '#768898'

red 118 ◦ green 136 ◦ blue 152

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

Shades of Light Slate Grey #768898

Tints of Light Slate Grey #768898

RGB

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

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

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

R = 29.06%
G = 33.5%
B = 37.44%

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

#768898 (or 0x768898) is known color: Light Slate Grey. HEX triplet: 76, 88 and 98. RGB value is (118,136,152). Sum of RGB (Red+Green+Blue) = 118+136+152=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #768898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768898 is #897767. Grayscale: #848484. Windows color (decimal): -9009000 or 9996406. OLE color: 9996406.

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

Color convert

RGB 118 136 152 -
CMYK 0.22 0.11 0 0.40
HSL 208.24º 0.14% 0.53% -
HSV(B) 208.24º 0.22% 0.6% -
XYZ 21.94 23.73 33.13 -
YUV 132.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 118 136 152 0.22 0.11 0 0.40 208.24 0.14 0.53
Hex 76 88 98 16 B 0 28 D0 E 35
Octal 166 210 230 26 13 0 50 320 16 65
Binary 1110110 10001000 10011000 10110 1011 0 101000 11010000 1110 110101

Color Harmonies of #768898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768898

Black with #768898

Text Example


Text Example

White with #768898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768898; }

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

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

background-color css

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

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

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

border-color css

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

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

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