#7B7C48

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

Shades of Finch #7B7C48

Tints of Finch #7B7C48

Color information

#7B7C48 (or 0x7B7C48) is unknown color: approx Finch. HEX triplet: 7B, 7C and 48. RGB value is (123,124,72). Sum of RGB (Red+Green+Blue) = 123+124+72=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7C48 is #8483B7. Grayscale: #757575. Windows color (decimal): -8684472 or 4750459. OLE color: 4750459.

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

Color convert

RGB12312472-
CMYK0.0100.420.51
HSL61.15º26.53%38.43%-
HSV(B)61.15º41.94%48.63%-
XYZ16.5519.098.94-
YUV117.77102.17131.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=38.56%
G=38.87%
B=22.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123124720.0100.420.5161.1526.5338.43
Hex7B7C48102A333d1b26
Octal173174110105263753346
Binary1111011111110010010001010101011001111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,124,72); }

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

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

 a { background-color: rgb(123,124,72); }

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

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

 span { border-color: rgb(123,124,72); }

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