Html Css Color HEX #768698 Light Slate Grey

📋 copy color: '#768698'

red 118 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #768698

Tints of Light Slate Grey #768698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

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

R = 29.21%
G = 33.17%
B = 37.62%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#768698 (or 0x768698) is known color: Light Slate Grey. HEX triplet: 76, 86 and 98. RGB value is (118,134,152). Sum of RGB (Red+Green+Blue) = 118+134+152=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #768698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768698 is #897967. Grayscale: #838383. Windows color (decimal): -9009512 or 9995894. OLE color: 9995894.

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

Color convert

RGB 118 134 152 -
CMYK 0.22 0.12 0 0.40
HSL 211.76º 0.14% 0.53% -
HSV(B) 211.76º 0.22% 0.6% -
XYZ 21.66 23.17 33.04 -
YUV 131.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 118 134 152 0.22 0.12 0 0.40 211.76 0.14 0.53
Hex 76 86 98 16 C 0 28 D4 E 35
Octal 166 206 230 26 14 0 50 324 16 65
Binary 1110110 10000110 10011000 10110 1100 0 101000 11010100 1110 110101

Color Harmonies of #768698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768698

Black with #768698

Text Example


Text Example

White with #768698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768698; }

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

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

background-color css

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

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

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

border-color css

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

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

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