Html Css Color HEX #768092 Slate Grey

📋 copy color: '#768092'

red 118 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #768092

Tints of Slate Grey #768092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 30.1%
G = 32.65%
B = 37.24%

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

#768092 (or 0x768092) is known color: Slate Grey. HEX triplet: 76, 80 and 92. RGB value is (118,128,146). Sum of RGB (Red+Green+Blue) = 118+128+146=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #768092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768092 is #897F6D. Grayscale: #7E7E7E. Windows color (decimal): -9011054 or 9601142. OLE color: 9601142.

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

Color convert

RGB 118 128 146 -
CMYK 0.19 0.12 0 0.43
HSL 218.57º 0.11% 0.52% -
HSV(B) 218.57º 0.19% 0.57% -
XYZ 20.38 21.37 30.24 -
YUV 127.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 118 128 146 0.19 0.12 0 0.43 218.57 0.11 0.52
Hex 76 80 92 13 C 0 2B DB B 34
Octal 166 200 222 23 14 0 53 333 13 64
Binary 1110110 10000000 10010010 10011 1100 0 101011 11011011 1011 110100

Color Harmonies of #768092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768092

Black with #768092

Text Example


Text Example

White with #768092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768092; }

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

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

background-color css

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

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

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

border-color css

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

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

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