#7C8550

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

Shades of Finch #7C8550

Tints of Finch #7C8550

Color information

#7C8550 (or 0x7C8550) is unknown color: approx Finch. HEX triplet: 7C, 85 and 50. RGB value is (124,133,80). Sum of RGB (Red+Green+Blue) = 124+133+80=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8550 is #837AAF. Grayscale: #7C7C7C. Windows color (decimal): -8616624 or 5277052. OLE color: 5277052.

HSL color Cylindrical-coordinate representation of color #7C8550: hue angle of 70.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8550 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB12413380-
CMYK0.0700.400.48
HSL70.19º24.88%41.76%-
HSV(B)70.19º39.85%52.16%-
XYZ18.1521.6410.81-
YUV124.27103.02127.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=36.80%
G=39.47%
B=23.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133800.0700.400.4870.1924.8841.76
Hex7C855070283046192a
Octal1742051207050601063152
Binary11111001000010110100001110101000110000100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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