#7D8A53

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

Shades of Finch #7D8A53

Tints of Finch #7D8A53

Color information

#7D8A53 (or 0x7D8A53) is unknown color: approx Finch. HEX triplet: 7D, 8A and 53. RGB value is (125,138,83). Sum of RGB (Red+Green+Blue) = 125+138+83=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A53 is #8275AC. Grayscale: #808080. Windows color (decimal): -8549805 or 5474941. OLE color: 5474941.

HSL color Cylindrical-coordinate representation of color #7D8A53: hue angle of 74.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8A53 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB12513883-
CMYK0.0900.400.46
HSL74.18º24.89%43.33%-
HSV(B)74.18º39.86%54.12%-
XYZ19.1123.1611.65-
YUV127.84102.69125.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=36.13%
G=39.88%
B=23.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125138830.0900.400.4674.1824.8943.33
Hex7D8A5390282E4a192b
Octal17521212311050561123153
Binary111110110001010101001110010101000101110100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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