#7C895A

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

Shades of Finch #7C895A

Tints of Finch #7C895A

Color information

#7C895A (or 0x7C895A) is unknown color: approx Finch. HEX triplet: 7C, 89 and 5A. RGB value is (124,137,90). Sum of RGB (Red+Green+Blue) = 124+137+90=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #7C895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C895A is #8376A5. Grayscale: #7F7F7F. Windows color (decimal): -8615590 or 5933436. OLE color: 5933436.

HSL color Cylindrical-coordinate representation of color #7C895A: hue angle of 76.6º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C895A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB12413790-
CMYK0.0900.340.46
HSL76.6º20.7%44.51%-
HSV(B)76.6º34.31%53.73%-
XYZ19.122.9113.09-
YUV127.76106.69125.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.33%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=35.33%
G=39.03%
B=25.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137900.0900.340.4676.620.744.51
Hex7C895A90222E4d152d
Octal17421113211042561152555
Binary111110010001001101101010010100010101110100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,90); }

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

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

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

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

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

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

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