Html Css Color HEX #768292 Slate Grey

📋 copy color: '#768292'

red 118 ◦ green 130 ◦ blue 146

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

Shades of Slate Grey #768292

Tints of Slate Grey #768292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 29.95%
G = 32.99%
B = 37.06%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768292 (or 0x768292) is known color: Slate Grey. HEX triplet: 76, 82 and 92. RGB value is (118,130,146). Sum of RGB (Red+Green+Blue) = 118+130+146=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #768292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768292 is #897D6D. Grayscale: #808080. Windows color (decimal): -9010542 or 9601654. OLE color: 9601654.

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

Color convert

RGB 118 130 146 -
CMYK 0.19 0.11 0 0.43
HSL 214.29º 0.11% 0.52% -
HSV(B) 214.29º 0.19% 0.57% -
XYZ 20.64 21.89 30.33 -
YUV 128.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 118 130 146 0.19 0.11 0 0.43 214.29 0.11 0.52
Hex 76 82 92 13 B 0 2B D6 B 34
Octal 166 202 222 23 13 0 53 326 13 64
Binary 1110110 10000010 10010010 10011 1011 0 101011 11010110 1011 110100

Color Harmonies of #768292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768292

Black with #768292

Text Example


Text Example

White with #768292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768292; }

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

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

background-color css

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

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

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

border-color css

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

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

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