#7B825C

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

Shades of Finch #7B825C

Tints of Finch #7B825C

Color information

#7B825C (or 0x7B825C) is unknown color: approx Finch. HEX triplet: 7B, 82 and 5C. RGB value is (123,130,92). Sum of RGB (Red+Green+Blue) = 123+130+92=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #7B825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B825C is #847DA3. Grayscale: #7B7B7B. Windows color (decimal): -8682916 or 6062715. OLE color: 6062715.

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

Color convert

RGB12313092-
CMYK0.0500.290.49
HSL71.05º17.12%43.53%-
HSV(B)71.05º29.23%50.98%-
XYZ18.0820.9513.22-
YUV123.58110.18127.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=35.65%
G=37.68%
B=26.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123130920.0500.290.4971.0517.1243.53
Hex7B825C501D3147112c
Octal1732021345035611072154
Binary1111011100000101011100101011101110001100011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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