#7D8754

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

Shades of Finch #7D8754

Tints of Finch #7D8754

Color information

#7D8754 (or 0x7D8754) is unknown color: approx Finch. HEX triplet: 7D, 87 and 54. RGB value is (125,135,84). Sum of RGB (Red+Green+Blue) = 125+135+84=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8754 is #8278AB. Grayscale: #7E7E7E. Windows color (decimal): -8550572 or 5539709. OLE color: 5539709.

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

Color convert

RGB12513584-
CMYK0.0700.380.47
HSL71.76º23.29%42.94%-
HSV(B)71.76º37.78%52.94%-
XYZ18.7222.3311.71-
YUV126.2104.19127.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.34%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=36.34%
G=39.24%
B=24.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135840.0700.380.4771.7623.2942.94
Hex7D875470262F48172b
Octal1752071247046571102753
Binary11111011000011110101001110100110101111100100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,84); }

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

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

 a { background-color: rgb(125,135,84); }

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

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

 span { border-color: rgb(125,135,84); }

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