#7B875C

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

Shades of Finch #7B875C

Tints of Finch #7B875C

Color information

#7B875C (or 0x7B875C) is unknown color: approx Finch. HEX triplet: 7B, 87 and 5C. RGB value is (123,135,92). Sum of RGB (Red+Green+Blue) = 123+135+92=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #7B875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B875C is #8478A3. Grayscale: #7E7E7E. Windows color (decimal): -8681636 or 6063995. OLE color: 6063995.

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

Color convert

RGB12313592-
CMYK0.0900.320.47
HSL76.74º18.94%44.51%-
HSV(B)76.74º31.85%52.94%-
XYZ18.7622.3113.44-
YUV126.51108.52125.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.14%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=35.14%
G=38.57%
B=26.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123135920.0900.320.4776.7418.9444.51
Hex7B875C90202F4d132d
Octal17320713411040571152355
Binary111101110000111101110010010100000101111100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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