#7A855F

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

Shades of Finch #7A855F

Tints of Finch #7A855F

Color information

#7A855F (or 0x7A855F) is unknown color: approx Finch. HEX triplet: 7A, 85 and 5F. RGB value is (122,133,95). Sum of RGB (Red+Green+Blue) = 122+133+95=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #7A855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A855F is #857AA0. Grayscale: #7D7D7D. Windows color (decimal): -8747681 or 6260090. OLE color: 6260090.

HSL color Cylindrical-coordinate representation of color #7A855F: hue angle of 77.37º 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 #7A855F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB12213395-
CMYK0.0800.290.48
HSL77.37º16.67%44.71%-
HSV(B)77.37º28.57%52.16%-
XYZ18.4821.7414.05-
YUV125.38110.86125.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=34.86%
G=38%
B=27.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122133950.0800.290.4877.3716.6744.71
Hex7A855F801D304d112d
Octal17220513710035601152155
Binary11110101000010110111111000011101110000100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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