#7C885D

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

Shades of Finch #7C885D

Tints of Finch #7C885D

Color information

#7C885D (or 0x7C885D) is unknown color: approx Finch. HEX triplet: 7C, 88 and 5D. RGB value is (124,136,93). Sum of RGB (Red+Green+Blue) = 124+136+93=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #7C885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C885D is #8377A2. Grayscale: #7F7F7F. Windows color (decimal): -8615843 or 6129788. OLE color: 6129788.

HSL color Cylindrical-coordinate representation of color #7C885D: hue angle of 76.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C885D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB12413693-
CMYK0.0900.320.47
HSL76.74º18.78%44.9%-
HSV(B)76.74º31.62%53.33%-
XYZ19.0922.6813.73-
YUV127.51108.52125.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=35.13%
G=38.53%
B=26.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124136930.0900.320.4776.7418.7844.9
Hex7C885D90202F4d132d
Octal17421013511040571152355
Binary111110010001000101110110010100000101111100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,93); }

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

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

 a { background-color: rgb(124,136,93); }

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

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

 span { border-color: rgb(124,136,93); }

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