#7C838C

Color #7C838C Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #7C838C

Tints of Slate Grey #7C838C

Color information

#7C838C (or 0x7C838C) is unknown color: approx Slate Grey. HEX triplet: 7C, 83 and 8C. RGB value is (124,131,140). Sum of RGB (Red+Green+Blue) = 124+131+140=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C838C is #837C73. Grayscale: #818181. Windows color (decimal): -8617076 or 9208700. OLE color: 9208700.

HSL color Cylindrical-coordinate representation of color #7C838C: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C838C is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB124131140-
CMYK0.110.0600.45
HSL213.75º6.5%51.76%-
HSV(B)213.75º11.43%54.9%-
XYZ21.1622.4128.02-
YUV129.93133.68123.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=31.39%
G=33.16%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241311400.110.0600.45213.756.551.76
Hex7C838CB602Dd6734
Octal174203214136055326764
Binary111110010000011100011001011110010110111010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C838C;
 }
 .AnyTagClassName
 {
   color: #7C838C;
 }
</style>
background-color css

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

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

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

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

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

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