#7F8758

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

Shades of Finch #7F8758

Tints of Finch #7F8758

Color information

#7F8758 (or 0x7F8758) is unknown color: approx Finch. HEX triplet: 7F, 87 and 58. RGB value is (127,135,88). Sum of RGB (Red+Green+Blue) = 127+135+88=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8758 is #8078A7. Grayscale: #7F7F7F. Windows color (decimal): -8419496 or 5801855. OLE color: 5801855.

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

Color convert

RGB12713588-
CMYK0.0600.350.47
HSL70.21º21.08%43.73%-
HSV(B)70.21º34.81%52.94%-
XYZ19.1822.5412.57-
YUV127.25105.85127.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=36.29%
G=38.57%
B=25.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135880.0600.350.4770.2121.0843.73
Hex7F875860232F46152c
Octal1772071306043571062554
Binary11111111000011110110001100100011101111100011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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