#7E825C

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

Shades of Finch #7E825C

Tints of Finch #7E825C

Color information

#7E825C (or 0x7E825C) is unknown color: approx Finch. HEX triplet: 7E, 82 and 5C. RGB value is (126,130,92). Sum of RGB (Red+Green+Blue) = 126+130+92=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #7E825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E825C is #817DA3. Grayscale: #7C7C7C. Windows color (decimal): -8486308 or 6062718. OLE color: 6062718.

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

Color convert

RGB12613092-
CMYK0.0300.290.49
HSL66.32º17.12%43.53%-
HSV(B)66.32º29.23%50.98%-
XYZ18.5221.1713.24-
YUV124.47109.67129.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=36.21%
G=37.36%
B=26.44%

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
Decimal126130920.0300.290.4966.3217.1243.53
Hex7E825C301D3142112c
Octal1762021343035611022154
Binary111111010000010101110011011101110001100001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,92); }

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

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

 a { background-color: rgb(126,130,92); }

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

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

 span { border-color: rgb(126,130,92); }

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