#7A874B

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

Shades of Finch #7A874B

Tints of Finch #7A874B

Color information

#7A874B (or 0x7A874B) is unknown color: approx Finch. HEX triplet: 7A, 87 and 4B. RGB value is (122,135,75). Sum of RGB (Red+Green+Blue) = 122+135+75=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #7A874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A874B is #8578B4. Grayscale: #7C7C7C. Windows color (decimal): -8747189 or 4949882. OLE color: 4949882.

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

Color convert

RGB12213575-
CMYK0.1000.440.47
HSL73º28.57%41.18%-
HSV(B)73º44.44%52.94%-
XYZ17.9621.979.95-
YUV124.27100.19126.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=36.75%
G=40.66%
B=22.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122135750.1000.440.477328.5741.18
Hex7A874BA02C2F491d29
Octal17220711312054571113551
Binary111101010000111100101110100101100101111100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,135,75); }

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

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

 a { background-color: rgb(122,135,75); }

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

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

 span { border-color: rgb(122,135,75); }

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