Html Css Color HEX #7C8392 Light Slate Grey

📋 copy color: '#7C8392'

red 124 ◦ green 131 ◦ blue 146

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

Shades of Light Slate Grey #7C8392

Tints of Light Slate Grey #7C8392

RGB

 RED value IS 124 (48.83% from 255) = 30.92%

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

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

R = 30.92%
G = 32.67%
B = 36.41%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C8392 (or 0x7C8392) is known color: Light Slate Grey. HEX triplet: 7C, 83 and 92. RGB value is (124,131,146). Sum of RGB (Red+Green+Blue) = 124+131+146=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C8392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8392 is #837C6D. Grayscale: #828282. Windows color (decimal): -8617070 or 9601916. OLE color: 9601916.

HSL color Cylindrical-coordinate representation of color #7C8392: hue angle of 220.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8392 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 131 146 -
CMYK 0.15 0.10 0 0.43
HSL 220.91º 0.09% 0.53% -
HSV(B) 220.91º 0.15% 0.57% -
XYZ 21.62 22.59 30.42 -
YUV 130.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 124 131 146 0.15 0.10 0 0.43 220.91 0.09 0.53
Hex 7C 83 92 F A 0 2B DD 9 35
Octal 174 203 222 17 12 0 53 335 11 65
Binary 1111100 10000011 10010010 1111 1010 0 101011 11011101 1001 110101

Color Harmonies of #7C8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8392

Black with #7C8392

Text Example


Text Example

White with #7C8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C8392; }

 p { color: rgb(124,131,146); }

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

background-color css

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

 a { background-color: rgb(124,131,146); }

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

border-color css

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

 span { border-color: rgb(124,131,146); }

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