#7D8253

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

Shades of Finch #7D8253

Tints of Finch #7D8253

Color information

#7D8253 (or 0x7D8253) is unknown color: approx Finch. HEX triplet: 7D, 82 and 53. RGB value is (125,130,83). Sum of RGB (Red+Green+Blue) = 125+130+83=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8253 is #827DAC. Grayscale: #7B7B7B. Windows color (decimal): -8551853 or 5472893. OLE color: 5472893.

HSL color Cylindrical-coordinate representation of color #7D8253: hue angle of 66.38º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D8253 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB12513083-
CMYK0.0400.360.49
HSL66.38º22.07%41.76%-
HSV(B)66.38º36.15%50.98%-
XYZ1820.9511.28-
YUV123.15105.34129.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=36.98%
G=38.46%
B=24.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130830.0400.360.4966.3822.0741.76
Hex7D825340243142162a
Octal1752021234044611022652
Binary11111011000001010100111000100100110001100001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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