#7C815C

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

Shades of Finch #7C815C

Tints of Finch #7C815C

Color information

#7C815C (or 0x7C815C) is unknown color: approx Finch. HEX triplet: 7C, 81 and 5C. RGB value is (124,129,92). Sum of RGB (Red+Green+Blue) = 124+129+92=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #7C815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C815C is #837EA3. Grayscale: #7B7B7B. Windows color (decimal): -8617636 or 6062460. OLE color: 6062460.

HSL color Cylindrical-coordinate representation of color #7C815C: hue angle of 68.11º 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 #7C815C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12412992-
CMYK0.0400.290.49
HSL68.11º16.74%43.33%-
HSV(B)68.11º28.68%50.59%-
XYZ18.0920.7613.18-
YUV123.29110.34128.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=35.94%
G=37.39%
B=26.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129920.0400.290.4968.1116.7443.33
Hex7C815C401D3144112b
Octal1742011344035611042153
Binary1111100100000011011100100011101110001100010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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