#7C7B7B

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

Shades of Grey #7C7B7B

Tints of Grey #7C7B7B

Color information

#7C7B7B (or 0x7C7B7B) is unknown color: approx Grey. HEX triplet: 7C, 7B and 7B. RGB value is (124,123,123). Sum of RGB (Red+Green+Blue) = 124+123+123=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B7B is #838484. Grayscale: #7B7B7B. Windows color (decimal): -8619141 or 8092540. OLE color: 8092540.

HSL color Cylindrical-coordinate representation of color #7C7B7B: hue angle of 0º degrees, saturation: 0, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #7C7B7B is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB124123123-
CMYK00.010.010.51
HSL0.4%48.43%-
HSV(B)0.81%48.63%-
XYZ18.9719.8821.58-
YUV123.3127.83128.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=33.51%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412312300.010.010.5100.448.43
Hex7C7B7B011330030
Octal174173173011630060
Binary11111001111011111101101111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,123); }

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

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

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

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

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

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

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