#7F8753

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

Shades of Finch #7F8753

Tints of Finch #7F8753

Color information

#7F8753 (or 0x7F8753) is unknown color: approx Finch. HEX triplet: 7F, 87 and 53. RGB value is (127,135,83). Sum of RGB (Red+Green+Blue) = 127+135+83=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8753 is #8078AC. Grayscale: #7E7E7E. Windows color (decimal): -8419501 or 5474175. OLE color: 5474175.

HSL color Cylindrical-coordinate representation of color #7F8753: hue angle of 69.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8753 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB12713583-
CMYK0.0600.390.47
HSL69.23º23.85%42.75%-
HSV(B)69.23º38.52%52.94%-
XYZ18.9822.4611.52-
YUV126.68103.35128.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=36.81%
G=39.13%
B=24.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135830.0600.390.4769.2323.8542.75
Hex7F875360272F45182b
Octal1772071236047571053053
Binary11111111000011110100111100100111101111100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,83); }

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

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

 a { background-color: rgb(127,135,83); }

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

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

 span { border-color: rgb(127,135,83); }

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