Html Css Color HEX #768393 Slate Grey

📋 copy color: '#768393'

red 118 ◦ green 131 ◦ blue 147

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

Shades of Slate Grey #768393

Tints of Slate Grey #768393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 29.8%
G = 33.08%
B = 37.12%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768393 (or 0x768393) is known color: Slate Grey. HEX triplet: 76, 83 and 93. RGB value is (118,131,147). Sum of RGB (Red+Green+Blue) = 118+131+147=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #768393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768393 is #897C6C. Grayscale: #808080. Windows color (decimal): -9010285 or 9667446. OLE color: 9667446.

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

Color convert

RGB 118 131 147 -
CMYK 0.20 0.11 0 0.42
HSL 213.1º 0.12% 0.52% -
HSV(B) 213.1º 0.2% 0.58% -
XYZ 20.85 22.19 30.79 -
YUV 128.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 118 131 147 0.20 0.11 0 0.42 213.1 0.12 0.52
Hex 76 83 93 14 B 0 2A D5 C 34
Octal 166 203 223 24 13 0 52 325 14 64
Binary 1110110 10000011 10010011 10100 1011 0 101010 11010101 1100 110100

Color Harmonies of #768393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768393

Black with #768393

Text Example


Text Example

White with #768393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768393; }

 p { color: rgb(118,131,147); }

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

background-color css

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

 a { background-color: rgb(118,131,147); }

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

border-color css

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

 span { border-color: rgb(118,131,147); }

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