Html Css Color HEX #768192 Slate Grey

📋 copy color: '#768192'

red 118 ◦ green 129 ◦ blue 146

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

Shades of Slate Grey #768192

Tints of Slate Grey #768192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 30.03%
G = 32.82%
B = 37.15%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768192 (or 0x768192) is known color: Slate Grey. HEX triplet: 76, 81 and 92. RGB value is (118,129,146). Sum of RGB (Red+Green+Blue) = 118+129+146=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #768192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768192 is #897E6D. Grayscale: #7F7F7F. Windows color (decimal): -9010798 or 9601398. OLE color: 9601398.

HSL color Cylindrical-coordinate representation of color #768192: hue angle of 216.43º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768192 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 129 146 -
CMYK 0.19 0.12 0 0.43
HSL 216.43º 0.11% 0.52% -
HSV(B) 216.43º 0.19% 0.57% -
XYZ 20.51 21.63 30.29 -
YUV 127.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 118 129 146 0.19 0.12 0 0.43 216.43 0.11 0.52
Hex 76 81 92 13 C 0 2B D8 B 34
Octal 166 201 222 23 14 0 53 330 13 64
Binary 1110110 10000001 10010010 10011 1100 0 101011 11011000 1011 110100

Color Harmonies of #768192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768192

Black with #768192

Text Example


Text Example

White with #768192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768192; }

 p { color: rgb(118,129,146); }

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

background-color css

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

 a { background-color: rgb(118,129,146); }

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

border-color css

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

 span { border-color: rgb(118,129,146); }

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