#7D815C

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

Shades of Finch #7D815C

Tints of Finch #7D815C

Color information

#7D815C (or 0x7D815C) is unknown color: approx Finch. HEX triplet: 7D, 81 and 5C. RGB value is (125,129,92). Sum of RGB (Red+Green+Blue) = 125+129+92=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #7D815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D815C is #827EA3. Grayscale: #7B7B7B. Windows color (decimal): -8552100 or 6062461. OLE color: 6062461.

HSL color Cylindrical-coordinate representation of color #7D815C: hue angle of 66.49º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D815C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12512992-
CMYK0.0300.290.49
HSL66.49º16.74%43.33%-
HSV(B)66.49º28.68%50.59%-
XYZ18.2420.8313.19-
YUV123.59110.17129.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=36.13%
G=37.28%
B=26.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129920.0300.290.4966.4916.7443.33
Hex7D815C301D3142112b
Octal1752011343035611022153
Binary111110110000001101110011011101110001100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,92); }

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

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

 a { background-color: rgb(125,129,92); }

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

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

 span { border-color: rgb(125,129,92); }

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