#7B855D

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

Shades of Finch #7B855D

Tints of Finch #7B855D

Color information

#7B855D (or 0x7B855D) is unknown color: approx Finch. HEX triplet: 7B, 85 and 5D. RGB value is (123,133,93). Sum of RGB (Red+Green+Blue) = 123+133+93=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7B855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B855D is #847AA2. Grayscale: #7D7D7D. Windows color (decimal): -8682147 or 6129019. OLE color: 6129019.

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

Color convert

RGB12313393-
CMYK0.0800.300.48
HSL75º17.7%44.31%-
HSV(B)75º30.08%52.16%-
XYZ18.5321.7813.58-
YUV125.45109.69126.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=35.24%
G=38.11%
B=26.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123133930.0800.300.487517.744.31
Hex7B855D801E304b122c
Octal17320513510036601132254
Binary11110111000010110111011000011110110000100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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