#7B7C50

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

Shades of Finch #7B7C50

Tints of Finch #7B7C50

Color information

#7B7C50 (or 0x7B7C50) is unknown color: approx Finch. HEX triplet: 7B, 7C and 50. RGB value is (123,124,80). Sum of RGB (Red+Green+Blue) = 123+124+80=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C50 is #8483AF. Grayscale: #767676. Windows color (decimal): -8684464 or 5274747. OLE color: 5274747.

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

Color convert

RGB12312480-
CMYK0.0100.350.51
HSL61.36º21.57%40%-
HSV(B)61.36º35.48%48.63%-
XYZ16.8219.2110.41-
YUV118.68106.17131.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.61%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=37.61%
G=37.92%
B=24.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123124800.0100.350.5161.3621.5740
Hex7B7C501023333d1628
Octal173174120104363752650
Binary1111011111110010100001010001111001111110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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