#76874D

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

Shades of Finch #76874D

Tints of Finch #76874D

Color information

#76874D (or 0x76874D) is unknown color: approx Finch. HEX triplet: 76, 87 and 4D. RGB value is (118,135,77). Sum of RGB (Red+Green+Blue) = 118+135+77=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #76874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76874D is #8978B2. Grayscale: #7B7B7B. Windows color (decimal): -9009331 or 5080950. OLE color: 5080950.

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

Color convert

RGB11813577-
CMYK0.1300.430.47
HSL77.59º27.36%41.57%-
HSV(B)77.59º42.96%52.94%-
XYZ17.4721.7210.29-
YUV123.3101.87124.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=35.76%
G=40.91%
B=23.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135770.1300.430.4777.5927.3641.57
Hex76874DD02B2F4e1b2a
Octal16620711515053571163352
Binary111011010000111100110111010101011101111100111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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