#7B8A53

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

Shades of Finch #7B8A53

Tints of Finch #7B8A53

Color information

#7B8A53 (or 0x7B8A53) is unknown color: approx Finch. HEX triplet: 7B, 8A and 53. RGB value is (123,138,83). Sum of RGB (Red+Green+Blue) = 123+138+83=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8A53 is #8475AC. Grayscale: #7F7F7F. Windows color (decimal): -8680877 or 5474939. OLE color: 5474939.

HSL color Cylindrical-coordinate representation of color #7B8A53: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8A53 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB12313883-
CMYK0.1100.400.46
HSL76.36º24.89%43.33%-
HSV(B)76.36º39.86%54.12%-
XYZ18.8223.0111.63-
YUV127.24103.03124.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=35.76%
G=40.12%
B=24.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123138830.1100.400.4676.3624.8943.33
Hex7B8A53B0282E4c192b
Octal17321212313050561143153
Binary111101110001010101001110110101000101110100110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,138,83); }

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

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

 a { background-color: rgb(123,138,83); }

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

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

 span { border-color: rgb(123,138,83); }

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