#7C8758

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

Shades of Finch #7C8758

Tints of Finch #7C8758

Color information

#7C8758 (or 0x7C8758) is unknown color: approx Finch. HEX triplet: 7C, 87 and 58. RGB value is (124,135,88). Sum of RGB (Red+Green+Blue) = 124+135+88=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8758 is #8378A7. Grayscale: #7E7E7E. Windows color (decimal): -8616104 or 5801852. OLE color: 5801852.

HSL color Cylindrical-coordinate representation of color #7C8758: hue angle of 74.04º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8758 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB12413588-
CMYK0.0800.350.47
HSL74.04º21.08%43.73%-
HSV(B)74.04º34.81%52.94%-
XYZ18.7422.3212.55-
YUV126.35106.36126.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=35.73%
G=38.90%
B=25.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135880.0800.350.4774.0421.0843.73
Hex7C875880232F4a152c
Octal17420713010043571122554
Binary111110010000111101100010000100011101111100101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,135,88); }

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

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

 a { background-color: rgb(124,135,88); }

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

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

 span { border-color: rgb(124,135,88); }

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