#7A844B

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

Shades of Finch #7A844B

Tints of Finch #7A844B

Color information

#7A844B (or 0x7A844B) is unknown color: approx Finch. HEX triplet: 7A, 84 and 4B. RGB value is (122,132,75). Sum of RGB (Red+Green+Blue) = 122+132+75=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #7A844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A844B is #857BB4. Grayscale: #7A7A7A. Windows color (decimal): -8747957 or 4949114. OLE color: 4949114.

HSL color Cylindrical-coordinate representation of color #7A844B: hue angle of 70.53º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A844B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB12213275-
CMYK0.0800.430.48
HSL70.53º27.54%40.59%-
HSV(B)70.53º43.18%51.76%-
XYZ17.5521.159.81-
YUV122.51101.19127.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=37.08%
G=40.12%
B=22.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132750.0800.430.4870.5327.5440.59
Hex7A844B802B30471c29
Octal17220411310053601073451
Binary111101010000100100101110000101011110000100011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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