#7B855A

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

Shades of Finch #7B855A

Tints of Finch #7B855A

Color information

#7B855A (or 0x7B855A) is unknown color: approx Finch. HEX triplet: 7B, 85 and 5A. RGB value is (123,133,90). Sum of RGB (Red+Green+Blue) = 123+133+90=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #7B855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B855A is #847AA5. Grayscale: #7D7D7D. Windows color (decimal): -8682150 or 5932411. OLE color: 5932411.

HSL color Cylindrical-coordinate representation of color #7B855A: hue angle of 73.95º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B855A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12313390-
CMYK0.0800.320.48
HSL73.95º19.28%43.73%-
HSV(B)73.95º32.33%52.16%-
XYZ18.421.7212.9-
YUV125.11108.19126.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=35.55%
G=38.44%
B=26.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123133900.0800.320.4873.9519.2843.73
Hex7B855A8020304a132c
Octal17320513210040601122354
Binary111101110000101101101010000100000110000100101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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