Html Css Color HEX #768994 Light Slate Grey

📋 copy color: '#768994'

red 118 ◦ green 137 ◦ blue 148

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

Shades of Light Slate Grey #768994

Tints of Light Slate Grey #768994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 29.28%
G = 34%
B = 36.72%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768994 (or 0x768994) is known color: Light Slate Grey. HEX triplet: 76, 89 and 94. RGB value is (118,137,148). Sum of RGB (Red+Green+Blue) = 118+137+148=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #768994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768994 is #89766B. Grayscale: #848484. Windows color (decimal): -9008748 or 9734518. OLE color: 9734518.

HSL color Cylindrical-coordinate representation of color #768994: hue angle of 202º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768994 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 137 148 -
CMYK 0.20 0.07 0 0.42
HSL 202º 0.12% 0.52% -
HSV(B) 202º 0.2% 0.58% -
XYZ 21.76 23.88 31.48 -
YUV 132.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 118 137 148 0.20 0.07 0 0.42 202 0.12 0.52
Hex 76 89 94 14 7 0 2A CA C 34
Octal 166 211 224 24 7 0 52 312 14 64
Binary 1110110 10001001 10010100 10100 111 0 101010 11001010 1100 110100

Color Harmonies of #768994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768994

Black with #768994

Text Example


Text Example

White with #768994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768994; }

 p { color: rgb(118,137,148); }

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

background-color css

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

 a { background-color: rgb(118,137,148); }

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

border-color css

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

 span { border-color: rgb(118,137,148); }

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