#7B875D

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

Shades of Finch #7B875D

Tints of Finch #7B875D

Color information

#7B875D (or 0x7B875D) is unknown color: approx Finch. HEX triplet: 7B, 87 and 5D. RGB value is (123,135,93). Sum of RGB (Red+Green+Blue) = 123+135+93=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #7B875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B875D is #8478A2. Grayscale: #7E7E7E. Windows color (decimal): -8681635 or 6129531. OLE color: 6129531.

HSL color Cylindrical-coordinate representation of color #7B875D: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B875D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12313593-
CMYK0.0900.310.47
HSL77.14º18.42%44.71%-
HSV(B)77.14º31.11%52.94%-
XYZ18.8122.3313.67-
YUV126.62109.02125.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=35.04%
G=38.46%
B=26.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123135930.0900.310.4777.1418.4244.71
Hex7B875D901F2F4d122d
Octal17320713511037571152255
Binary11110111000011110111011001011111101111100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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