#7C8752

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

Shades of Finch #7C8752

Tints of Finch #7C8752

Color information

#7C8752 (or 0x7C8752) is unknown color: approx Finch. HEX triplet: 7C, 87 and 52. RGB value is (124,135,82). Sum of RGB (Red+Green+Blue) = 124+135+82=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8752 is #8378AD. Grayscale: #7D7D7D. Windows color (decimal): -8616110 or 5408636. OLE color: 5408636.

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

Color convert

RGB12413582-
CMYK0.0800.390.47
HSL72.45º24.42%42.55%-
HSV(B)72.45º39.26%52.94%-
XYZ18.522.2211.3-
YUV125.67103.36126.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=36.36%
G=39.59%
B=24.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135820.0800.390.4772.4524.4242.55
Hex7C875280272F48182b
Octal17420712210047571103053
Binary111110010000111101001010000100111101111100100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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