#7C855F

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

Shades of Finch #7C855F

Tints of Finch #7C855F

Color information

#7C855F (or 0x7C855F) is unknown color: approx Finch. HEX triplet: 7C, 85 and 5F. RGB value is (124,133,95). Sum of RGB (Red+Green+Blue) = 124+133+95=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #7C855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C855F is #837AA0. Grayscale: #7E7E7E. Windows color (decimal): -8616609 or 6260092. OLE color: 6260092.

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

Color convert

RGB12413395-
CMYK0.0700.290.48
HSL74.21º16.67%44.71%-
HSV(B)74.21º28.57%52.16%-
XYZ18.7721.8914.06-
YUV125.98110.52126.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=35.23%
G=37.78%
B=26.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133950.0700.290.4874.2116.6744.71
Hex7C855F701D304a112d
Octal1742051377035601122155
Binary1111100100001011011111111011101110000100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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