#76874A

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

Shades of Finch #76874A

Tints of Finch #76874A

Color information

#76874A (or 0x76874A) is unknown color: approx Finch. HEX triplet: 76, 87 and 4A. RGB value is (118,135,74). Sum of RGB (Red+Green+Blue) = 118+135+74=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #76874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76874A is #8978B5. Grayscale: #7B7B7B. Windows color (decimal): -9009334 or 4884342. OLE color: 4884342.

HSL color Cylindrical-coordinate representation of color #76874A: hue angle of 76.72º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76874A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB11813574-
CMYK0.1300.450.47
HSL76.72º29.19%40.98%-
HSV(B)76.72º45.19%52.94%-
XYZ17.3721.679.75-
YUV122.96100.37124.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=36.09%
G=41.28%
B=22.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135740.1300.450.4776.7229.1940.98
Hex76874AD02D2F4d1d29
Octal16620711215055571153551
Binary111011010000111100101011010101101101111100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76874A; }

 p { color: rgb(118,135,74); }

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

<style>
 a { background-color: #76874A; }

 a { background-color: rgb(118,135,74); }

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

<style>
 span { border-color: #76874A; }

 span { border-color: rgb(118,135,74); }

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