#76874F

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

Shades of Finch #76874F

Tints of Finch #76874F

Color information

#76874F (or 0x76874F) is unknown color: approx Finch. HEX triplet: 76, 87 and 4F. RGB value is (118,135,79). Sum of RGB (Red+Green+Blue) = 118+135+79=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #76874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76874F is #8978B0. Grayscale: #7B7B7B. Windows color (decimal): -9009329 or 5212022. OLE color: 5212022.

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

Color convert

RGB11813579-
CMYK0.1300.410.47
HSL78.21º26.17%41.96%-
HSV(B)78.21º41.48%52.94%-
XYZ17.5521.7410.67-
YUV123.53102.87124.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=35.54%
G=40.66%
B=23.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135790.1300.410.4778.2126.1741.96
Hex76874FD0292F4e1a2a
Octal16620711715051571163252
Binary111011010000111100111111010101001101111100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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