#7D8A54

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

Shades of Finch #7D8A54

Tints of Finch #7D8A54

Color information

#7D8A54 (or 0x7D8A54) is unknown color: approx Finch. HEX triplet: 7D, 8A and 54. RGB value is (125,138,84). Sum of RGB (Red+Green+Blue) = 125+138+84=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A54 is #8275AB. Grayscale: #808080. Windows color (decimal): -8549804 or 5540477. OLE color: 5540477.

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

Color convert

RGB12513884-
CMYK0.0900.390.46
HSL74.44º24.32%43.53%-
HSV(B)74.44º39.13%54.12%-
XYZ19.1523.1811.85-
YUV127.96103.19125.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=36.02%
G=39.77%
B=24.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125138840.0900.390.4674.4424.3243.53
Hex7D8A5490272E4a182c
Octal17521212411047561123054
Binary111110110001010101010010010100111101110100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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