#7B8550

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

Shades of Finch #7B8550

Tints of Finch #7B8550

Color information

#7B8550 (or 0x7B8550) is unknown color: approx Finch. HEX triplet: 7B, 85 and 50. RGB value is (123,133,80). Sum of RGB (Red+Green+Blue) = 123+133+80=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8550 is #847AAF. Grayscale: #7C7C7C. Windows color (decimal): -8682160 or 5277051. OLE color: 5277051.

HSL color Cylindrical-coordinate representation of color #7B8550: hue angle of 71.32º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8550 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB12313380-
CMYK0.0800.400.48
HSL71.32º24.88%41.76%-
HSV(B)71.32º39.85%52.16%-
XYZ1821.5710.8-
YUV123.97103.19127.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=36.61%
G=39.58%
B=23.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123133800.0800.400.4871.3224.8841.76
Hex7B855080283047192a
Octal17320512010050601073152
Binary111101110000101101000010000101000110000100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,133,80); }

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

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

 a { background-color: rgb(123,133,80); }

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

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

 span { border-color: rgb(123,133,80); }

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